Skip to content

Latest commit

Β 

History

History
1367 lines (1366 loc) Β· 53.1 KB

PROJECT_STRUCTURE.md

File metadata and controls

1367 lines (1366 loc) Β· 53.1 KB

Project Structure ✨

β”œβ”€β”€ Code_Of_Conduct.md
β”œβ”€β”€ Contributing.md
β”œβ”€β”€ LICENSE
β”œβ”€β”€ PROJECT_STRUCTURE.md
β”œβ”€β”€ README.md
β”œβ”€β”€ hiring-portal/
β”‚   β”œβ”€β”€ Backend/
β”‚   β”‚   β”œβ”€β”€ Dockerfile
β”‚   β”‚   β”œβ”€β”€ ats.py
β”‚   β”‚   β”œβ”€β”€ controllers/
β”‚   β”‚   β”‚   β”œβ”€β”€ applicationController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ assessmentController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ blogController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ companyController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ contactController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ directController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ feedbackController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ forgotPasswordController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ jobController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ otherApiController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ otpVerifyController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ userController.js
β”‚   β”‚   β”‚   └── visitorController.js
β”‚   β”‚   β”œβ”€β”€ middlewares/
β”‚   β”‚   β”‚   └── authMiddleware.js
β”‚   β”‚   β”œβ”€β”€ models/
β”‚   β”‚   β”‚   β”œβ”€β”€ Application.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Assesment.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Blog.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Company.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Contact.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Interview.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Job.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Message.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Newsletter.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Notification.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Result.js
β”‚   β”‚   β”‚   β”œβ”€β”€ User.js
β”‚   β”‚   β”‚   β”œβ”€β”€ Visitor.js
β”‚   β”‚   β”‚   └── feedback.js
β”‚   β”‚   β”œβ”€β”€ routes/
β”‚   β”‚   β”‚   β”œβ”€β”€ applicationRoute.js
β”‚   β”‚   β”‚   β”œβ”€β”€ assessmentRoutes.js
β”‚   β”‚   β”‚   β”œβ”€β”€ blogRoutes.js
β”‚   β”‚   β”‚   β”œβ”€β”€ companyRoutes.js
β”‚   β”‚   β”‚   β”œβ”€β”€ contactRoutes.js
β”‚   β”‚   β”‚   β”œβ”€β”€ directRoutes.js
β”‚   β”‚   β”‚   β”œβ”€β”€ feedbackRoutes.js
β”‚   β”‚   β”‚   β”œβ”€β”€ jobRoutes.js
β”‚   β”‚   β”‚   β”œβ”€β”€ otherApiRoutes.js
β”‚   β”‚   β”‚   β”œβ”€β”€ userRoutes.js
β”‚   β”‚   β”‚   └── visitorRoutes.js
β”‚   β”‚   β”œβ”€β”€ sendMail.js
β”‚   β”‚   β”œβ”€β”€ server.js
β”‚   β”‚   └── temp/
β”‚   β”‚       β”œβ”€β”€ 0412t1ge.cpp
β”‚   β”‚       β”œβ”€β”€ 0412t1ge.exe
β”‚   β”‚       β”œβ”€β”€ 0412t1geinput.txt
β”‚   β”‚       β”œβ”€β”€ 041b5141.cpp
β”‚   β”‚       β”œβ”€β”€ 041b5141.exe
β”‚   β”‚       β”œβ”€β”€ 041b5141input.txt
β”‚   β”‚       β”œβ”€β”€ 048t1wi.cpp
β”‚   β”‚       β”œβ”€β”€ 048t1wi.exe
β”‚   β”‚       β”œβ”€β”€ 048t1wiinput.txt
β”‚   β”‚       β”œβ”€β”€ 0e8a8bm.cpp
β”‚   β”‚       β”œβ”€β”€ 0e8a8bm.exe
β”‚   β”‚       β”œβ”€β”€ 0e8a8bminput.txt
β”‚   β”‚       β”œβ”€β”€ 0ft31w2.cpp
β”‚   β”‚       β”œβ”€β”€ 0ft31w2.exe
β”‚   β”‚       β”œβ”€β”€ 0ft31w2input.txt
β”‚   β”‚       β”œβ”€β”€ 0mul1qm.cpp
β”‚   β”‚       β”œβ”€β”€ 0mul1qm.exe
β”‚   β”‚       β”œβ”€β”€ 0mul1qminput.txt
β”‚   β”‚       β”œβ”€β”€ 0w12l1i8.cpp
β”‚   β”‚       β”œβ”€β”€ 0w12l1i8.exe
β”‚   β”‚       β”œβ”€β”€ 0w12l1i8input.txt
β”‚   β”‚       β”œβ”€β”€ 0xt517z.cpp
β”‚   β”‚       β”œβ”€β”€ 0xt517z.exe
β”‚   β”‚       β”œβ”€β”€ 0xt517zinput.txt
β”‚   β”‚       β”œβ”€β”€ 0y2ht1u0.cpp
β”‚   β”‚       β”œβ”€β”€ 0y2ht1u0.exe
β”‚   β”‚       β”œβ”€β”€ 0y2ht1u0input.txt
β”‚   β”‚       β”œβ”€β”€ 102rt1e9.cpp
β”‚   β”‚       β”œβ”€β”€ 102rt1e9.exe
β”‚   β”‚       β”œβ”€β”€ 102rt1e9input.txt
β”‚   β”‚       β”œβ”€β”€ 111451r9.cpp
β”‚   β”‚       β”œβ”€β”€ 111451r9.exe
β”‚   β”‚       β”œβ”€β”€ 111451r9input.txt
β”‚   β”‚       β”œβ”€β”€ 12y61vc.cpp
β”‚   β”‚       β”œβ”€β”€ 12y61vc.exe
β”‚   β”‚       β”œβ”€β”€ 12y61vcinput.txt
β”‚   β”‚       β”œβ”€β”€ 15ia8yz.cpp
β”‚   β”‚       β”œβ”€β”€ 15ia8yz.exe
β”‚   β”‚       β”œβ”€β”€ 15ia8yzinput.txt
β”‚   β”‚       β”œβ”€β”€ 18ut1s4.cpp
β”‚   β”‚       β”œβ”€β”€ 18ut1s4.exe
β”‚   β”‚       β”œβ”€β”€ 18ut1s4input.txt
β”‚   β”‚       β”œβ”€β”€ 1b24t1n9.cpp
β”‚   β”‚       β”œβ”€β”€ 1b24t1n9.exe
β”‚   β”‚       β”œβ”€β”€ 1b24t1n9input.txt
β”‚   β”‚       β”œβ”€β”€ 1c931ah.cpp
β”‚   β”‚       β”œβ”€β”€ 1c931ah.exe
β”‚   β”‚       β”œβ”€β”€ 1c931ahinput.txt
β”‚   β”‚       β”œβ”€β”€ 1ea612d.cpp
β”‚   β”‚       β”œβ”€β”€ 1ea612d.exe
β”‚   β”‚       β”œβ”€β”€ 1ea612dinput.txt
β”‚   β”‚       β”œβ”€β”€ 1g0s8kn.cpp
β”‚   β”‚       β”œβ”€β”€ 1gx51lf.cpp
β”‚   β”‚       β”œβ”€β”€ 1gx51lf.exe
β”‚   β”‚       β”œβ”€β”€ 1gx51lfinput.txt
β”‚   β”‚       β”œβ”€β”€ 1ibl113.cpp
β”‚   β”‚       β”œβ”€β”€ 1ibl113.exe
β”‚   β”‚       β”œβ”€β”€ 1ibl113input.txt
β”‚   β”‚       β”œβ”€β”€ 1kel1yb.cpp
β”‚   β”‚       β”œβ”€β”€ 1kel1yb.exe
β”‚   β”‚       β”œβ”€β”€ 1kel1ybinput.txt
β”‚   β”‚       β”œβ”€β”€ 1uft1fs.cpp
β”‚   β”‚       β”œβ”€β”€ 1uft1fs.exe
β”‚   β”‚       β”œβ”€β”€ 1uft1fsinput.txt
β”‚   β”‚       β”œβ”€β”€ 1v1ft1b2.cpp
β”‚   β”‚       β”œβ”€β”€ 1v1ft1b2.exe
β”‚   β”‚       β”œβ”€β”€ 1v1ft1b2input.txt
β”‚   β”‚       β”œβ”€β”€ 1y1461fw.cpp
β”‚   β”‚       β”œβ”€β”€ 1y1461fw.exe
β”‚   β”‚       β”œβ”€β”€ 1y1461fwinput.txt
β”‚   β”‚       β”œβ”€β”€ 2519t1ss.cpp
β”‚   β”‚       β”œβ”€β”€ 2519t1ss.exe
β”‚   β”‚       β”œβ”€β”€ 2519t1ssinput.txt
β”‚   β”‚       β”œβ”€β”€ 2bh61nw.cpp
β”‚   β”‚       β”œβ”€β”€ 2bh61nw.exe
β”‚   β”‚       β”œβ”€β”€ 2bh61nwinput.txt
β”‚   β”‚       β”œβ”€β”€ 2c2t15i.cpp
β”‚   β”‚       β”œβ”€β”€ 2c2t15i.exe
β”‚   β”‚       β”œβ”€β”€ 2c2t15iinput.txt
β”‚   β”‚       β”œβ”€β”€ 2c5a8sx.cpp
β”‚   β”‚       β”œβ”€β”€ 2c5a8sx.exe
β”‚   β”‚       β”œβ”€β”€ 2c5a8sxinput.txt
β”‚   β”‚       β”œβ”€β”€ 2hal1n1.cpp
β”‚   β”‚       β”œβ”€β”€ 2hal1n1.exe
β”‚   β”‚       β”œβ”€β”€ 2hal1n1input.txt
β”‚   β”‚       β”œβ”€β”€ 2l4513l.cpp
β”‚   β”‚       β”œβ”€β”€ 2l4513l.exe
β”‚   β”‚       β”œβ”€β”€ 2l4513linput.txt
β”‚   β”‚       β”œβ”€β”€ 2lz31k4.cpp
β”‚   β”‚       β”œβ”€β”€ 2lz31k4.exe
β”‚   β”‚       β”œβ”€β”€ 2lz31k4input.txt
β”‚   β”‚       β”œβ”€β”€ 2o2l11y.cpp
β”‚   β”‚       β”œβ”€β”€ 2o2l11y.exe
β”‚   β”‚       β”œβ”€β”€ 2o2l11yinput.txt
β”‚   β”‚       β”œβ”€β”€ 2oi31uo.cpp
β”‚   β”‚       β”œβ”€β”€ 2oi31uo.exe
β”‚   β”‚       β”œβ”€β”€ 2oi31uoinput.txt
β”‚   β”‚       β”œβ”€β”€ 2q1ht16p.cpp
β”‚   β”‚       β”œβ”€β”€ 2q1ht16p.exe
β”‚   β”‚       β”œβ”€β”€ 2q1ht16pinput.txt
β”‚   β”‚       β”œβ”€β”€ 2r21t148.cpp
β”‚   β”‚       β”œβ”€β”€ 2r21t148.exe
β”‚   β”‚       β”œβ”€β”€ 2r21t148input.txt
β”‚   β”‚       β”œβ”€β”€ 2x2p83c.cpp
β”‚   β”‚       β”œβ”€β”€ 2z1cl1ma.cpp
β”‚   β”‚       β”œβ”€β”€ 2z1cl1ma.exe
β”‚   β”‚       β”œβ”€β”€ 2z1cl1mainput.txt
β”‚   β”‚       β”œβ”€β”€ 33xl1tg.cpp
β”‚   β”‚       β”œβ”€β”€ 33xl1tg.exe
β”‚   β”‚       β”œβ”€β”€ 33xl1tginput.txt
β”‚   β”‚       β”œβ”€β”€ 361s8mf.cpp
β”‚   β”‚       β”œβ”€β”€ 3d1931bc.cpp
β”‚   β”‚       β”œβ”€β”€ 3d1931bc.exe
β”‚   β”‚       β”œβ”€β”€ 3d1931bcinput.txt
β”‚   β”‚       β”œβ”€β”€ 3e1g61o1.cpp
β”‚   β”‚       β”œβ”€β”€ 3e1g61o1.exe
β”‚   β”‚       β”œβ”€β”€ 3e1g61o1input.txt
β”‚   β”‚       β”œβ”€β”€ 3frl1k3.cpp
β”‚   β”‚       β”œβ”€β”€ 3frl1k3.exe
β”‚   β”‚       β”œβ”€β”€ 3frl1k3input.txt
β”‚   β”‚       β”œβ”€β”€ 3g2mt155.cpp
β”‚   β”‚       β”œβ”€β”€ 3g2mt155.exe
β”‚   β”‚       β”œβ”€β”€ 3g2mt155input.txt
β”‚   β”‚       β”œβ”€β”€ 3i251td.cpp
β”‚   β”‚       β”œβ”€β”€ 3i251td.exe
β”‚   β”‚       β”œβ”€β”€ 3i251tdinput.txt
β”‚   β”‚       β”œβ”€β”€ 3kc312m.cpp
β”‚   β”‚       β”œβ”€β”€ 3kc312m.exe
β”‚   β”‚       β”œβ”€β”€ 3kc312minput.txt
β”‚   β”‚       β”œβ”€β”€ 3mpa8c7.cpp
β”‚   β”‚       β”œβ”€β”€ 3mpa8c7.exe
β”‚   β”‚       β”œβ”€β”€ 3mpa8c7input.txt
β”‚   β”‚       β”œβ”€β”€ 3n231us.cpp
β”‚   β”‚       β”œβ”€β”€ 3n231us.exe
β”‚   β”‚       β”œβ”€β”€ 3n231usinput.txt
β”‚   β”‚       β”œβ”€β”€ 3ni51je.cpp
β”‚   β”‚       β”œβ”€β”€ 3ni51je.exe
β”‚   β”‚       β”œβ”€β”€ 3ni51jeinput.txt
β”‚   β”‚       β”œβ”€β”€ 3x661no.cpp
β”‚   β”‚       β”œβ”€β”€ 3x661no.exe
β”‚   β”‚       β”œβ”€β”€ 3x661noinput.txt
β”‚   β”‚       β”œβ”€β”€ 400k8h4.cpp
β”‚   β”‚       β”œβ”€β”€ 412et1d1.cpp
β”‚   β”‚       β”œβ”€β”€ 412et1d1.exe
β”‚   β”‚       β”œβ”€β”€ 412et1d1input.txt
β”‚   β”‚       β”œβ”€β”€ 42hl1y7.cpp
β”‚   β”‚       β”œβ”€β”€ 42hl1y7.exe
β”‚   β”‚       β”œβ”€β”€ 42hl1y7input.txt
β”‚   β”‚       β”œβ”€β”€ 44k51fj.cpp
β”‚   β”‚       β”œβ”€β”€ 44k51fj.exe
β”‚   β”‚       β”œβ”€β”€ 44k51fjinput.txt
β”‚   β”‚       β”œβ”€β”€ 4529t10q.cpp
β”‚   β”‚       β”œβ”€β”€ 4529t10q.exe
β”‚   β”‚       β”œβ”€β”€ 4529t10qinput.txt
β”‚   β”‚       β”œβ”€β”€ 461yt1d0.cpp
β”‚   β”‚       β”œβ”€β”€ 461yt1d0.exe
β”‚   β”‚       β”œβ”€β”€ 461yt1d0input.txt
β”‚   β”‚       β”œβ”€β”€ 471161yz.cpp
β”‚   β”‚       β”œβ”€β”€ 471161yz.exe
β”‚   β”‚       β”œβ”€β”€ 471161yzinput.txt
β”‚   β”‚       β”œβ”€β”€ 475t1d9.cpp
β”‚   β”‚       β”œβ”€β”€ 475t1d9.exe
β”‚   β”‚       β”œβ”€β”€ 475t1d9input.txt
β”‚   β”‚       β”œβ”€β”€ 48kt1sf.cpp
β”‚   β”‚       β”œβ”€β”€ 48kt1sf.exe
β”‚   β”‚       β”œβ”€β”€ 48kt1sfinput.txt
β”‚   β”‚       β”œβ”€β”€ 491ba898.cpp
β”‚   β”‚       β”œβ”€β”€ 491ba898.exe
β”‚   β”‚       β”œβ”€β”€ 491ba898input.txt
β”‚   β”‚       β”œβ”€β”€ 4a1331ep.cpp
β”‚   β”‚       β”œβ”€β”€ 4a1331ep.exe
β”‚   β”‚       β”œβ”€β”€ 4a1331epinput.txt
β”‚   β”‚       β”œβ”€β”€ 4d651j1.cpp
β”‚   β”‚       β”œβ”€β”€ 4d651j1.exe
β”‚   β”‚       β”œβ”€β”€ 4d651j1input.txt
β”‚   β”‚       β”œβ”€β”€ 4i0p8mv.cpp
β”‚   β”‚       β”œβ”€β”€ 4i1k811.cpp
β”‚   β”‚       β”œβ”€β”€ 4iat17f.cpp
β”‚   β”‚       β”œβ”€β”€ 4iat17f.exe
β”‚   β”‚       β”œβ”€β”€ 4iat17finput.txt
β”‚   β”‚       β”œβ”€β”€ 4ifa809.cpp
β”‚   β”‚       β”œβ”€β”€ 4ifa809.exe
β”‚   β”‚       β”œβ”€β”€ 4ifa809input.txt
β”‚   β”‚       β”œβ”€β”€ 4k2a8i4.cpp
β”‚   β”‚       β”œβ”€β”€ 4k2a8i4.exe
β”‚   β”‚       β”œβ”€β”€ 4k2a8i4input.txt
β”‚   β”‚       β”œβ”€β”€ 4l0l8hz.cpp
β”‚   β”‚       β”œβ”€β”€ 4p04808.cpp
β”‚   β”‚       β”œβ”€β”€ 4p1d51xd.cpp
β”‚   β”‚       β”œβ”€β”€ 4p1d51xd.exe
β”‚   β”‚       β”œβ”€β”€ 4p1d51xdinput.txt
β”‚   β”‚       β”œβ”€β”€ 4p4l158.cpp
β”‚   β”‚       β”œβ”€β”€ 4p4l158.exe
β”‚   β”‚       β”œβ”€β”€ 4p4l158input.txt
β”‚   β”‚       β”œβ”€β”€ 4u0d86m.cpp
β”‚   β”‚       β”œβ”€β”€ 51z514k.cpp
β”‚   β”‚       β”œβ”€β”€ 51z514k.exe
β”‚   β”‚       β”œβ”€β”€ 51z514kinput.txt
β”‚   β”‚       β”œβ”€β”€ 53f51ds.cpp
β”‚   β”‚       β”œβ”€β”€ 53f51ds.exe
β”‚   β”‚       β”œβ”€β”€ 53f51dsinput.txt
β”‚   β”‚       β”œβ”€β”€ 53zt1gq.cpp
β”‚   β”‚       β”œβ”€β”€ 53zt1gq.exe
β”‚   β”‚       β”œβ”€β”€ 53zt1gqinput.txt
β”‚   β”‚       β”œβ”€β”€ 5514t1zf.cpp
β”‚   β”‚       β”œβ”€β”€ 5514t1zf.exe
β”‚   β”‚       β”œβ”€β”€ 5514t1zfinput.txt
β”‚   β”‚       β”œβ”€β”€ 5b731cq.cpp
β”‚   β”‚       β”œβ”€β”€ 5b731cq.exe
β”‚   β”‚       β”œβ”€β”€ 5b731cqinput.txt
β”‚   β”‚       β”œβ”€β”€ 5c17l14y.cpp
β”‚   β”‚       β”œβ”€β”€ 5c17l14y.exe
β”‚   β”‚       β”œβ”€β”€ 5c17l14yinput.txt
β”‚   β”‚       β”œβ”€β”€ 5m15a8fc.cpp
β”‚   β”‚       β”œβ”€β”€ 5m15a8fc.exe
β”‚   β”‚       β”œβ”€β”€ 5m15a8fcinput.txt
β”‚   β”‚       β”œβ”€β”€ 5uf31s7.cpp
β”‚   β”‚       β”œβ”€β”€ 5uf31s7.exe
β”‚   β”‚       β”œβ”€β”€ 5uf31s7input.txt
β”‚   β”‚       β”œβ”€β”€ 5v4p8sc.cpp
β”‚   β”‚       β”œβ”€β”€ 66v61de.cpp
β”‚   β”‚       β”œβ”€β”€ 66v61de.exe
β”‚   β”‚       β”œβ”€β”€ 66v61deinput.txt
β”‚   β”‚       β”œβ”€β”€ 6cpt1nw.cpp
β”‚   β”‚       β”œβ”€β”€ 6cpt1nw.exe
β”‚   β”‚       β”œβ”€β”€ 6cpt1nwinput.txt
β”‚   β”‚       β”œβ”€β”€ 6e1l6195.cpp
β”‚   β”‚       β”œβ”€β”€ 6e1l6195.exe
β”‚   β”‚       β”œβ”€β”€ 6e1l6195input.txt
β”‚   β”‚       β”œβ”€β”€ 6j851u1.cpp
β”‚   β”‚       β”œβ”€β”€ 6j851u1.exe
β”‚   β”‚       β”œβ”€β”€ 6j851u1input.txt
β”‚   β”‚       β”œβ”€β”€ 6r1651ms.cpp
β”‚   β”‚       β”œβ”€β”€ 6r1651ms.exe
β”‚   β”‚       β”œβ”€β”€ 6r1651msinput.txt
β”‚   β”‚       β”œβ”€β”€ 6s18a87l.cpp
β”‚   β”‚       β”œβ”€β”€ 6s18a87l.exe
β”‚   β”‚       β”œβ”€β”€ 6s18a87linput.txt
β”‚   β”‚       β”œβ”€β”€ 6y1c31y2.cpp
β”‚   β”‚       β”œβ”€β”€ 6y1c31y2.exe
β”‚   β”‚       β”œβ”€β”€ 6y1c31y2input.txt
β”‚   β”‚       β”œβ”€β”€ 7bc61v4.cpp
β”‚   β”‚       β”œβ”€β”€ 7bc61v4.exe
β”‚   β”‚       β”œβ”€β”€ 7bc61v4input.txt
β”‚   β”‚       β”œβ”€β”€ 7e12a8pw.cpp
β”‚   β”‚       β”œβ”€β”€ 7e12a8pw.exe
β”‚   β”‚       β”œβ”€β”€ 7e12a8pwinput.txt
β”‚   β”‚       β”œβ”€β”€ 7gct1w6.cpp
β”‚   β”‚       β”œβ”€β”€ 7gct1w6.exe
β”‚   β”‚       β”œβ”€β”€ 7gct1w6input.txt
β”‚   β”‚       β”œβ”€β”€ 7jwa8uj.cpp
β”‚   β”‚       β”œβ”€β”€ 7jwa8uj.exe
β”‚   β”‚       β”œβ”€β”€ 7jwa8ujinput.txt
β”‚   β”‚       β”œβ”€β”€ 7uma8fb.cpp
β”‚   β”‚       β”œβ”€β”€ 7uma8fb.exe
β”‚   β”‚       β”œβ”€β”€ 7uma8fbinput.txt
β”‚   β”‚       β”œβ”€β”€ 7w11511g.cpp
β”‚   β”‚       β”œβ”€β”€ 7w11511g.exe
β”‚   β”‚       β”œβ”€β”€ 7w11511ginput.txt
β”‚   β”‚       β”œβ”€β”€ 8411l1kl.cpp
β”‚   β”‚       β”œβ”€β”€ 8411l1kl.exe
β”‚   β”‚       β”œβ”€β”€ 8411l1klinput.txt
β”‚   β”‚       β”œβ”€β”€ 893p81q.cpp
β”‚   β”‚       β”œβ”€β”€ 8gm61c9.cpp
β”‚   β”‚       β”œβ”€β”€ 8gm61c9.exe
β”‚   β”‚       β”œβ”€β”€ 8gm61c9input.txt
β”‚   β”‚       β”œβ”€β”€ 8hwt14h.cpp
β”‚   β”‚       β”œβ”€β”€ 8hwt14h.exe
β”‚   β”‚       β”œβ”€β”€ 8hwt14hinput.txt
β”‚   β”‚       β”œβ”€β”€ 8j0l8x9.cpp
β”‚   β”‚       β”œβ”€β”€ 8k1vt1ku.cpp
β”‚   β”‚       β”œβ”€β”€ 8k1vt1ku.exe
β”‚   β”‚       β”œβ”€β”€ 8k1vt1kuinput.txt
β”‚   β”‚       β”œβ”€β”€ 8nn31x1.cpp
β”‚   β”‚       β”œβ”€β”€ 8nn31x1.exe
β”‚   β”‚       β”œβ”€β”€ 8nn31x1input.txt
β”‚   β”‚       β”œβ”€β”€ 8ol31fh.cpp
β”‚   β”‚       β”œβ”€β”€ 8ol31fh.exe
β”‚   β”‚       β”œβ”€β”€ 8ol31fhinput.txt
β”‚   β”‚       β”œβ”€β”€ 8up61pf.cpp
β”‚   β”‚       β”œβ”€β”€ 8up61pf.exe
β”‚   β”‚       β”œβ”€β”€ 8up61pfinput.txt
β”‚   β”‚       β”œβ”€β”€ 8uza8eh.cpp
β”‚   β”‚       β”œβ”€β”€ 8uza8eh.exe
β”‚   β”‚       β”œβ”€β”€ 8uza8ehinput.txt
β”‚   β”‚       β”œβ”€β”€ 8v0m1l1.cpp
β”‚   β”‚       β”œβ”€β”€ 8v0m1l1.exe
β”‚   β”‚       β”œβ”€β”€ 8v0m1l1input.txt
β”‚   β”‚       β”œβ”€β”€ 8vca8fd.cpp
β”‚   β”‚       β”œβ”€β”€ 8vca8fd.exe
β”‚   β”‚       β”œβ”€β”€ 8vca8fdinput.txt
β”‚   β”‚       β”œβ”€β”€ 8wh51ln.cpp
β”‚   β”‚       β”œβ”€β”€ 8wh51ln.exe
β”‚   β”‚       β”œβ”€β”€ 8wh51lninput.txt
β”‚   β”‚       β”œβ”€β”€ 8x1s1uu.cpp
β”‚   β”‚       β”œβ”€β”€ 8x1s1uu.exe
β”‚   β”‚       β”œβ”€β”€ 8x1s1uuinput.txt
β”‚   β”‚       β”œβ”€β”€ 921pt1h0.cpp
β”‚   β”‚       β”œβ”€β”€ 921pt1h0.exe
β”‚   β”‚       β”œβ”€β”€ 921pt1h0input.txt
β”‚   β”‚       β”œβ”€β”€ 95e61u7.cpp
β”‚   β”‚       β”œβ”€β”€ 95e61u7.exe
β”‚   β”‚       β”œβ”€β”€ 95e61u7input.txt
β”‚   β”‚       β”œβ”€β”€ 9aht137.cpp
β”‚   β”‚       β”œβ”€β”€ 9aht137.exe
β”‚   β”‚       β”œβ”€β”€ 9aht137input.txt
β”‚   β”‚       β”œβ”€β”€ 9bs61aq.cpp
β”‚   β”‚       β”œβ”€β”€ 9bs61aq.exe
β”‚   β”‚       β”œβ”€β”€ 9bs61aqinput.txt
β”‚   β”‚       β”œβ”€β”€ 9crt1wq.cpp
β”‚   β”‚       β”œβ”€β”€ 9crt1wq.exe
β”‚   β”‚       β”œβ”€β”€ 9crt1wqinput.txt
β”‚   β”‚       β”œβ”€β”€ 9f2jt1nd.cpp
β”‚   β”‚       β”œβ”€β”€ 9f2jt1nd.exe
β”‚   β”‚       β”œβ”€β”€ 9f2jt1ndinput.txt
β”‚   β”‚       β”œβ”€β”€ 9na51mu.cpp
β”‚   β”‚       β”œβ”€β”€ 9na51mu.exe
β”‚   β”‚       β”œβ”€β”€ 9na51muinput.txt
β”‚   β”‚       β”œβ”€β”€ 9oq3198.cpp
β”‚   β”‚       β”œβ”€β”€ 9oq3198.exe
β”‚   β”‚       β”œβ”€β”€ 9oq3198input.txt
β”‚   β”‚       β”œβ”€β”€ 9r2ot1i4.cpp
β”‚   β”‚       β”œβ”€β”€ 9r2ot1i4.exe
β”‚   β”‚       β”œβ”€β”€ 9r2ot1i4input.txt
β”‚   β”‚       β”œβ”€β”€ 9t23t1m8.cpp
β”‚   β”‚       β”œβ”€β”€ 9t23t1m8.exe
β”‚   β”‚       β”œβ”€β”€ 9t23t1m8input.txt
β”‚   β”‚       β”œβ”€β”€ 9z5316g.cpp
β”‚   β”‚       β”œβ”€β”€ 9z5316g.exe
β”‚   β”‚       β”œβ”€β”€ 9z5316ginput.txt
β”‚   β”‚       β”œβ”€β”€ a21mt1qq.cpp
β”‚   β”‚       β”œβ”€β”€ a21mt1qq.exe
β”‚   β”‚       β”œβ”€β”€ a21mt1qqinput.txt
β”‚   β”‚       β”œβ”€β”€ a31st15w.cpp
β”‚   β”‚       β”œβ”€β”€ a31st15w.exe
β”‚   β”‚       β”œβ”€β”€ a31st15winput.txt
β”‚   β”‚       β”œβ”€β”€ a71961zt.cpp
β”‚   β”‚       β”œβ”€β”€ a71961zt.exe
β”‚   β”‚       β”œβ”€β”€ a71961ztinput.txt
β”‚   β”‚       β”œβ”€β”€ anta86f.cpp
β”‚   β”‚       β”œβ”€β”€ anta86f.exe
β”‚   β”‚       β”œβ”€β”€ anta86finput.txt
β”‚   β”‚       β”œβ”€β”€ aq16t1ge.cpp
β”‚   β”‚       β”œβ”€β”€ aq16t1ge.exe
β”‚   β”‚       β”œβ”€β”€ aq16t1geinput.txt
β”‚   β”‚       β”œβ”€β”€ at1i61h6.cpp
β”‚   β”‚       β”œβ”€β”€ at1i61h6.exe
β”‚   β”‚       β”œβ”€β”€ at1i61h6input.txt
β”‚   β”‚       β”œβ”€β”€ aupl1yo.cpp
β”‚   β”‚       β”œβ”€β”€ aupl1yo.exe
β”‚   β”‚       β”œβ”€β”€ aupl1yoinput.txt
β”‚   β”‚       β”œβ”€β”€ awm512w.cpp
β”‚   β”‚       β”œβ”€β”€ awm512w.exe
β”‚   β”‚       β”œβ”€β”€ awm512winput.txt
β”‚   β”‚       β”œβ”€β”€ axc5144.cpp
β”‚   β”‚       β”œβ”€β”€ axc5144.exe
β”‚   β”‚       β”œβ”€β”€ axc5144input.txt
β”‚   β”‚       β”œβ”€β”€ axwl1bi.cpp
β”‚   β”‚       β”œβ”€β”€ axwl1bi.exe
β”‚   β”‚       β”œβ”€β”€ axwl1biinput.txt
β”‚   β”‚       β”œβ”€β”€ b01bt1zm.cpp
β”‚   β”‚       β”œβ”€β”€ b01bt1zm.exe
β”‚   β”‚       β”œβ”€β”€ b01bt1zminput.txt
β”‚   β”‚       β”œβ”€β”€ b11c612e.cpp
β”‚   β”‚       β”œβ”€β”€ b11c612e.exe
β”‚   β”‚       β”œβ”€β”€ b11c612einput.txt
β”‚   β”‚       β”œβ”€β”€ b9s31pt.cpp
β”‚   β”‚       β”œβ”€β”€ b9s31pt.exe
β”‚   β”‚       β”œβ”€β”€ b9s31ptinput.txt
β”‚   β”‚       β”œβ”€β”€ ba36183.cpp
β”‚   β”‚       β”œβ”€β”€ ba36183.exe
β”‚   β”‚       β”œβ”€β”€ ba36183input.txt
β”‚   β”‚       β”œβ”€β”€ bax31ti.cpp
β”‚   β”‚       β”œβ”€β”€ bax31ti.exe
β”‚   β”‚       β”œβ”€β”€ bax31tiinput.txt
β”‚   β”‚       β”œβ”€β”€ bg1jt1jo.cpp
β”‚   β”‚       β”œβ”€β”€ bg1jt1jo.exe
β”‚   β”‚       β”œβ”€β”€ bg1jt1joinput.txt
β”‚   β”‚       β”œβ”€β”€ bk1631bs.cpp
β”‚   β”‚       β”œβ”€β”€ bk1631bs.exe
β”‚   β”‚       β”œβ”€β”€ bk1631bsinput.txt
β”‚   β”‚       β”œβ”€β”€ bn9a8ts.cpp
β”‚   β”‚       β”œβ”€β”€ bn9a8ts.exe
β”‚   β”‚       β”œβ”€β”€ bn9a8tsinput.txt
β”‚   β”‚       β”œβ”€β”€ bno51yz.cpp
β”‚   β”‚       β”œβ”€β”€ bno51yz.exe
β”‚   β”‚       β”œβ”€β”€ bno51yzinput.txt
β”‚   β”‚       β”œβ”€β”€ bzk317o.cpp
β”‚   β”‚       β”œβ”€β”€ bzk317o.exe
β”‚   β”‚       β”œβ”€β”€ bzk317oinput.txt
β”‚   β”‚       β”œβ”€β”€ c11bl183.cpp
β”‚   β”‚       β”œβ”€β”€ c11bl183.exe
β”‚   β”‚       β”œβ”€β”€ c11bl183input.txt
β”‚   β”‚       β”œβ”€β”€ c20k8jx.cpp
β”‚   β”‚       β”œβ”€β”€ c51661rb.cpp
β”‚   β”‚       β”œβ”€β”€ c51661rb.exe
β”‚   β”‚       β”œβ”€β”€ c51661rbinput.txt
β”‚   β”‚       β”œβ”€β”€ c62bt1lc.cpp
β”‚   β”‚       β”œβ”€β”€ c62bt1lc.exe
β”‚   β”‚       β”œβ”€β”€ c62bt1lcinput.txt
β”‚   β”‚       β”œβ”€β”€ c71851qv.cpp
β”‚   β”‚       β”œβ”€β”€ c71851qv.exe
β”‚   β”‚       β”œβ”€β”€ c71851qvinput.txt
β”‚   β”‚       β”œβ”€β”€ c72gt1mk.cpp
β”‚   β”‚       β”œβ”€β”€ c72gt1mk.exe
β”‚   β”‚       β”œβ”€β”€ c72gt1mkinput.txt
β”‚   β”‚       β”œβ”€β”€ c9r31bb.cpp
β”‚   β”‚       β”œβ”€β”€ c9r31bb.exe
β”‚   β”‚       β”œβ”€β”€ c9r31bbinput.txt
β”‚   β”‚       β”œβ”€β”€ ceja8em.cpp
β”‚   β”‚       β”œβ”€β”€ ceja8em.exe
β”‚   β”‚       β”œβ”€β”€ ceja8eminput.txt
β”‚   β”‚       β”œβ”€β”€ ci7t1a3.cpp
β”‚   β”‚       β”œβ”€β”€ ci7t1a3.exe
β”‚   β”‚       β”œβ”€β”€ ci7t1a3input.txt
β”‚   β”‚       β”œβ”€β”€ cr0a8vl.cpp
β”‚   β”‚       β”œβ”€β”€ cr0a8vl.exe
β”‚   β”‚       β”œβ”€β”€ cr0a8vlinput.txt
β”‚   β”‚       β”œβ”€β”€ cx1al1z5.cpp
β”‚   β”‚       β”œβ”€β”€ cx1al1z5.exe
β”‚   β”‚       β”œβ”€β”€ cx1al1z5input.txt
β”‚   β”‚       β”œβ”€β”€ d26a8x9.cpp
β”‚   β”‚       β”œβ”€β”€ d26a8x9.exe
β”‚   β”‚       β”œβ”€β”€ d26a8x9input.txt
β”‚   β”‚       β”œβ”€β”€ d51361ke.cpp
β”‚   β”‚       β”œβ”€β”€ d51361ke.exe
β”‚   β”‚       β”œβ”€β”€ d51361keinput.txt
β”‚   β”‚       β”œβ”€β”€ dadl15q.cpp
β”‚   β”‚       β”œβ”€β”€ dadl15q.exe
β”‚   β”‚       β”œβ”€β”€ dadl15qinput.txt
β”‚   β”‚       β”œβ”€β”€ dd131es.cpp
β”‚   β”‚       β”œβ”€β”€ dd131es.exe
β”‚   β”‚       β”œβ”€β”€ dd131esinput.txt
β”‚   β”‚       β”œβ”€β”€ de1f61xk.cpp
β”‚   β”‚       β”œβ”€β”€ de1f61xk.exe
β”‚   β”‚       β”œβ”€β”€ de1f61xkinput.txt
β”‚   β”‚       β”œβ”€β”€ dfql1r5.cpp
β”‚   β”‚       β”œβ”€β”€ dfql1r5.exe
β”‚   β”‚       β”œβ”€β”€ dfql1r5input.txt
β”‚   β”‚       β”œβ”€β”€ dimt130.cpp
β”‚   β”‚       β”œβ”€β”€ dimt130.exe
β”‚   β”‚       β”œβ”€β”€ dimt130input.txt
β”‚   β”‚       β”œβ”€β”€ dl6l1kc.cpp
β”‚   β”‚       β”œβ”€β”€ dl6l1kc.exe
β”‚   β”‚       β”œβ”€β”€ dl6l1kcinput.txt
β”‚   β”‚       β”œβ”€β”€ do1d8vs.cpp
β”‚   β”‚       β”œβ”€β”€ dq26t1qn.cpp
β”‚   β”‚       β”œβ”€β”€ dq26t1qn.exe
β”‚   β”‚       β”œβ”€β”€ dq26t1qninput.txt
β”‚   β”‚       β”œβ”€β”€ dqj61sh.cpp
β”‚   β”‚       β”œβ”€β”€ dqj61sh.exe
β”‚   β”‚       β”œβ”€β”€ dqj61shinput.txt
β”‚   β”‚       β”œβ”€β”€ drtl1y8.cpp
β”‚   β”‚       β”œβ”€β”€ drtl1y8.exe
β”‚   β”‚       β”œβ”€β”€ drtl1y8input.txt
β”‚   β”‚       β”œβ”€β”€ du08819.cpp
β”‚   β”‚       β”œβ”€β”€ dyg612r.cpp
β”‚   β”‚       β”œβ”€β”€ dyg612r.exe
β”‚   β”‚       β”œβ”€β”€ dyg612rinput.txt
β”‚   β”‚       β”œβ”€β”€ e1qa8kl.cpp
β”‚   β”‚       β”œβ”€β”€ e1qa8kl.exe
β”‚   β”‚       β”œβ”€β”€ e1qa8klinput.txt
β”‚   β”‚       β”œβ”€β”€ ecs515t.cpp
β”‚   β”‚       β”œβ”€β”€ ecs515t.exe
β”‚   β”‚       β”œβ”€β”€ ecs515tinput.txt
β”‚   β”‚       β”œβ”€β”€ ef961x1.cpp
β”‚   β”‚       β”œβ”€β”€ ef961x1.exe
β”‚   β”‚       β”œβ”€β”€ ef961x1input.txt
β”‚   β”‚       β”œβ”€β”€ eiy31a8.cpp
β”‚   β”‚       β”œβ”€β”€ eiy31a8.exe
β”‚   β”‚       β”œβ”€β”€ eiy31a8input.txt
β”‚   β”‚       β”œβ”€β”€ el16l1jr.cpp
β”‚   β”‚       β”œβ”€β”€ el16l1jr.exe
β”‚   β”‚       β”œβ”€β”€ el16l1jrinput.txt
β”‚   β”‚       β”œβ”€β”€ eq9l1hy.cpp
β”‚   β”‚       β”œβ”€β”€ eq9l1hy.exe
β”‚   β”‚       β”œβ”€β”€ eq9l1hyinput.txt
β”‚   β”‚       β”œβ”€β”€ ey2s1vy.cpp
β”‚   β”‚       β”œβ”€β”€ ey2s1vy.exe
β”‚   β”‚       β”œβ”€β”€ ey2s1vyinput.txt
β”‚   β”‚       β”œβ”€β”€ f11k61oh.cpp
β”‚   β”‚       β”œβ”€β”€ f11k61oh.exe
β”‚   β”‚       β”œβ”€β”€ f11k61ohinput.txt
β”‚   β”‚       β”œβ”€β”€ f1b31og.cpp
β”‚   β”‚       β”œβ”€β”€ f1b31og.exe
β”‚   β”‚       β”œβ”€β”€ f1b31oginput.txt
β”‚   β”‚       β”œβ”€β”€ f411t1z8.cpp
β”‚   β”‚       β”œβ”€β”€ f411t1z8.exe
β”‚   β”‚       β”œβ”€β”€ f411t1z8input.txt
β”‚   β”‚       β”œβ”€β”€ fe1351m2.cpp
β”‚   β”‚       β”œβ”€β”€ fe1351m2.exe
β”‚   β”‚       β”œβ”€β”€ fe1351m2input.txt
β”‚   β”‚       β”œβ”€β”€ ffga8bt.cpp
β”‚   β”‚       β”œβ”€β”€ ffga8bt.exe
β”‚   β”‚       β”œβ”€β”€ ffga8btinput.txt
β”‚   β”‚       β”œβ”€β”€ fhq518z.cpp
β”‚   β”‚       β”œβ”€β”€ fhq518z.exe
β”‚   β”‚       β”œβ”€β”€ fhq518zinput.txt
β”‚   β”‚       β”œβ”€β”€ fhw51vw.cpp
β”‚   β”‚       β”œβ”€β”€ fhw51vw.exe
β”‚   β”‚       β”œβ”€β”€ fhw51vwinput.txt
β”‚   β”‚       β”œβ”€β”€ fmx61vx.cpp
β”‚   β”‚       β”œβ”€β”€ fmx61vx.exe
β”‚   β”‚       β”œβ”€β”€ fmx61vxinput.txt
β”‚   β”‚       β”œβ”€β”€ fu3a8vp.cpp
β”‚   β”‚       β”œβ”€β”€ fu3a8vp.exe
β”‚   β”‚       β”œβ”€β”€ fu3a8vpinput.txt
β”‚   β”‚       β”œβ”€β”€ fxh31k0.cpp
β”‚   β”‚       β”œβ”€β”€ fxh31k0.exe
β”‚   β”‚       β”œβ”€β”€ fxh31k0input.txt
β”‚   β”‚       β”œβ”€β”€ g82qt1xr.cpp
β”‚   β”‚       β”œβ”€β”€ g82qt1xr.exe
β”‚   β”‚       β”œβ”€β”€ g82qt1xrinput.txt
β”‚   β”‚       β”œβ”€β”€ gi20t1ke.cpp
β”‚   β”‚       β”œβ”€β”€ gi20t1ke.exe
β”‚   β”‚       β”œβ”€β”€ gi20t1keinput.txt
β”‚   β”‚       β”œβ”€β”€ gmtt1xl.cpp
β”‚   β”‚       β”œβ”€β”€ gmtt1xl.exe
β”‚   β”‚       β”œβ”€β”€ gmtt1xlinput.txt
β”‚   β”‚       β”œβ”€β”€ gn4t1kv.cpp
β”‚   β”‚       β”œβ”€β”€ gn4t1kv.exe
β”‚   β”‚       β”œβ”€β”€ gn4t1kvinput.txt
β”‚   β”‚       β”œβ”€β”€ gq1c513n.cpp
β”‚   β”‚       β”œβ”€β”€ gq1c513n.exe
β”‚   β”‚       β”œβ”€β”€ gq1c513ninput.txt
β”‚   β”‚       β”œβ”€β”€ guu61wy.cpp
β”‚   β”‚       β”œβ”€β”€ guu61wy.exe
β”‚   β”‚       β”œβ”€β”€ guu61wyinput.txt
β”‚   β”‚       β”œβ”€β”€ gz1a51yg.cpp
β”‚   β”‚       β”œβ”€β”€ gz1a51yg.exe
β”‚   β”‚       β”œβ”€β”€ gz1a51yginput.txt
β”‚   β”‚       β”œβ”€β”€ h11231o2.cpp
β”‚   β”‚       β”œβ”€β”€ h11231o2.exe
β”‚   β”‚       β”œβ”€β”€ h11231o2input.txt
β”‚   β”‚       β”œβ”€β”€ h2188t4.cpp
β”‚   β”‚       β”œβ”€β”€ h6et1wl.cpp
β”‚   β”‚       β”œβ”€β”€ h6et1wl.exe
β”‚   β”‚       β”œβ”€β”€ h6et1wlinput.txt
β”‚   β”‚       β”œβ”€β”€ h6m31lh.cpp
β”‚   β”‚       β”œβ”€β”€ h6m31lh.exe
β”‚   β”‚       β”œβ”€β”€ h6m31lhinput.txt
β”‚   β”‚       β”œβ”€β”€ h716a8np.cpp
β”‚   β”‚       β”œβ”€β”€ h716a8np.exe
β”‚   β”‚       β”œβ”€β”€ h716a8npinput.txt
β”‚   β”‚       β”œβ”€β”€ h803840.cpp
β”‚   β”‚       β”œβ”€β”€ h8e51oe.cpp
β”‚   β”‚       β”œβ”€β”€ h8e51oe.exe
β”‚   β”‚       β”œβ”€β”€ h8e51oeinput.txt
β”‚   β”‚       β”œβ”€β”€ h8jt1up.cpp
β”‚   β”‚       β”œβ”€β”€ h8jt1up.exe
β”‚   β”‚       β”œβ”€β”€ h8jt1upinput.txt
β”‚   β”‚       β”œβ”€β”€ hf1et1lf.cpp
β”‚   β”‚       β”œβ”€β”€ hf1et1lf.exe
β”‚   β”‚       β”œβ”€β”€ hf1et1lfinput.txt
β”‚   β”‚       β”œβ”€β”€ hk1xt1gh.cpp
β”‚   β”‚       β”œβ”€β”€ hk1xt1gh.exe
β”‚   β”‚       β”œβ”€β”€ hk1xt1ghinput.txt
β”‚   β”‚       β”œβ”€β”€ hm1b3181.cpp
β”‚   β”‚       β”œβ”€β”€ hm1b3181.exe
β”‚   β”‚       β”œβ”€β”€ hm1b3181input.txt
β”‚   β”‚       β”œβ”€β”€ hpgl16p.cpp
β”‚   β”‚       β”œβ”€β”€ hpgl16p.exe
β”‚   β”‚       β”œβ”€β”€ hpgl16pinput.txt
β”‚   β”‚       β”œβ”€β”€ hu0a8yx.cpp
β”‚   β”‚       β”œβ”€β”€ hx1t1fp.cpp
β”‚   β”‚       β”œβ”€β”€ hx1t1fp.exe
β”‚   β”‚       β”œβ”€β”€ hx1t1fpinput.txt
β”‚   β”‚       β”œβ”€β”€ i118t1a6.cpp
β”‚   β”‚       β”œβ”€β”€ i118t1a6.exe
β”‚   β”‚       β”œβ”€β”€ i118t1a6input.txt
β”‚   β”‚       β”œβ”€β”€ i31061s5.cpp
β”‚   β”‚       β”œβ”€β”€ i31061s5.exe
β”‚   β”‚       β”œβ”€β”€ i31061s5input.txt
β”‚   β”‚       β”œβ”€β”€ i319a8r7.cpp
β”‚   β”‚       β”œβ”€β”€ i319a8r7.exe
β”‚   β”‚       β”œβ”€β”€ i319a8r7input.txt
β”‚   β”‚       β”œβ”€β”€ i71ca8h2.cpp
β”‚   β”‚       β”œβ”€β”€ i71ca8h2.exe
β”‚   β”‚       β”œβ”€β”€ i71ca8h2input.txt
β”‚   β”‚       β”œβ”€β”€ i728t1xp.cpp
β”‚   β”‚       β”œβ”€β”€ i728t1xp.exe
β”‚   β”‚       β”œβ”€β”€ i728t1xpinput.txt
β”‚   β”‚       β”œβ”€β”€ ic3s10x.cpp
β”‚   β”‚       β”œβ”€β”€ id1l111.cpp
β”‚   β”‚       β”œβ”€β”€ id1l111.exe
β”‚   β”‚       β”œβ”€β”€ id1l111input.txt
β”‚   β”‚       β”œβ”€β”€ ige31py.cpp
β”‚   β”‚       β”œβ”€β”€ ige31py.exe
β”‚   β”‚       β”œβ”€β”€ ige31pyinput.txt
β”‚   β”‚       β”œβ”€β”€ igna88y.cpp
β”‚   β”‚       β”œβ”€β”€ igna88y.exe
β”‚   β”‚       β”œβ”€β”€ igna88yinput.txt
β”‚   β”‚       β”œβ”€β”€ ii13a8jm.cpp
β”‚   β”‚       β”œβ”€β”€ ii13a8jm.exe
β”‚   β”‚       β”œβ”€β”€ ii13a8jminput.txt
β”‚   β”‚       β”œβ”€β”€ ii33173.cpp
β”‚   β”‚       β”œβ”€β”€ ii33173.exe
β”‚   β”‚       β”œβ”€β”€ ii33173input.txt
β”‚   β”‚       β”œβ”€β”€ io9t1yv.cpp
β”‚   β”‚       β”œβ”€β”€ io9t1yv.exe
β”‚   β”‚       β”œβ”€β”€ io9t1yvinput.txt
β”‚   β”‚       β”œβ”€β”€ iqol1m7.cpp
β”‚   β”‚       β”œβ”€β”€ iqol1m7.exe
β”‚   β”‚       β”œβ”€β”€ iqol1m7input.txt
β”‚   β”‚       β”œβ”€β”€ iqxa8h0.cpp
β”‚   β”‚       β”œβ”€β”€ iqxa8h0.exe
β”‚   β”‚       β”œβ”€β”€ iqxa8h0input.txt
β”‚   β”‚       β”œβ”€β”€ it178kw.cpp
β”‚   β”‚       β”œβ”€β”€ ixu51mc.cpp
β”‚   β”‚       β”œβ”€β”€ ixu51mc.exe
β”‚   β”‚       β”œβ”€β”€ ixu51mcinput.txt
β”‚   β”‚       β”œβ”€β”€ iyw3123.cpp
β”‚   β”‚       β”œβ”€β”€ iyw3123.exe
β”‚   β”‚       β”œβ”€β”€ iyw3123input.txt
β”‚   β”‚       β”œβ”€β”€ j0yt110.cpp
β”‚   β”‚       β”œβ”€β”€ j0yt110.exe
β”‚   β”‚       β”œβ”€β”€ j0yt110input.txt
β”‚   β”‚       β”œβ”€β”€ j1nl1vg.cpp
β”‚   β”‚       β”œβ”€β”€ j1nl1vg.exe
β”‚   β”‚       β”œβ”€β”€ j1nl1vginput.txt
β”‚   β”‚       β”œβ”€β”€ jcml18y.cpp
β”‚   β”‚       β”œβ”€β”€ jcml18y.exe
β”‚   β”‚       β”œβ”€β”€ jcml18yinput.txt
β”‚   β”‚       β”œβ”€β”€ jdda8ad.cpp
β”‚   β”‚       β”œβ”€β”€ jdda8ad.exe
β”‚   β”‚       β”œβ”€β”€ jdda8adinput.txt
β”‚   β”‚       β”œβ”€β”€ jf15l1jn.cpp
β”‚   β”‚       β”œβ”€β”€ jf15l1jn.exe
β”‚   β”‚       β”œβ”€β”€ jf15l1jninput.txt
β”‚   β”‚       β”œβ”€β”€ jf5619c.cpp
β”‚   β”‚       β”œβ”€β”€ jf5619c.exe
β”‚   β”‚       β”œβ”€β”€ jf5619cinput.txt
β”‚   β”‚       β”œβ”€β”€ jj2lt10h.cpp
β”‚   β”‚       β”œβ”€β”€ jj2lt10h.exe
β”‚   β”‚       β”œβ”€β”€ jj2lt10hinput.txt
β”‚   β”‚       β”œβ”€β”€ jp1131d9.cpp
β”‚   β”‚       β”œβ”€β”€ jp1131d9.exe
β”‚   β”‚       β”œβ”€β”€ jp1131d9input.txt
β”‚   β”‚       β”œβ”€β”€ jp1gt1g0.cpp
β”‚   β”‚       β”œβ”€β”€ jp1gt1g0.exe
β”‚   β”‚       β”œβ”€β”€ jp1gt1g0input.txt
β”‚   β”‚       β”œβ”€β”€ js2dt12d.cpp
β”‚   β”‚       β”œβ”€β”€ js2dt12d.exe
β”‚   β”‚       β”œβ”€β”€ js2dt12dinput.txt
β”‚   β”‚       β”œβ”€β”€ k010a8vi.cpp
β”‚   β”‚       β”œβ”€β”€ k010a8vi.exe
β”‚   β”‚       β”œβ”€β”€ k010a8viinput.txt
β”‚   β”‚       β”œβ”€β”€ k8ot1pf.cpp
β”‚   β”‚       β”œβ”€β”€ k8ot1pf.exe
β”‚   β”‚       β”œβ”€β”€ k8ot1pfinput.txt
β”‚   β”‚       β”œβ”€β”€ k91p61d9.cpp
β”‚   β”‚       β”œβ”€β”€ ka1ut1qm.cpp
β”‚   β”‚       β”œβ”€β”€ ka1ut1qm.exe
β”‚   β”‚       β”œβ”€β”€ ka1ut1qminput.txt
β”‚   β”‚       β”œβ”€β”€ kd19l1d8.cpp
β”‚   β”‚       β”œβ”€β”€ kd19l1d8.exe
β”‚   β”‚       β”œβ”€β”€ kd19l1d8input.txt
β”‚   β”‚       β”œβ”€β”€ ko048nf.py
β”‚   β”‚       β”œβ”€β”€ ko048nfinput.txt
β”‚   β”‚       β”œβ”€β”€ kp1831nx.cpp
β”‚   β”‚       β”œβ”€β”€ kp1831nx.exe
β”‚   β”‚       β”œβ”€β”€ kp1831nxinput.txt
β”‚   β”‚       β”œβ”€β”€ ksb61eb.cpp
β”‚   β”‚       β”œβ”€β”€ ksb61eb.exe
β”‚   β”‚       β”œβ”€β”€ ksb61ebinput.txt
β”‚   β”‚       β”œβ”€β”€ kyvt130.cpp
β”‚   β”‚       β”œβ”€β”€ kyvt130.exe
β”‚   β”‚       β”œβ”€β”€ kyvt130input.txt
β”‚   β”‚       β”œβ”€β”€ l31ot1y6.cpp
β”‚   β”‚       β”œβ”€β”€ l31ot1y6.exe
β”‚   β”‚       β”œβ”€β”€ l31ot1y6input.txt
β”‚   β”‚       β”œβ”€β”€ l5551rg.cpp
β”‚   β”‚       β”œβ”€β”€ l5551rg.exe
β”‚   β”‚       β”œβ”€β”€ l5551rginput.txt
β”‚   β”‚       β”œβ”€β”€ l7j51yp.cpp
β”‚   β”‚       β”œβ”€β”€ l7j51yp.exe
β”‚   β”‚       β”œβ”€β”€ l7j51ypinput.txt
β”‚   β”‚       β”œβ”€β”€ l8351cl.cpp
β”‚   β”‚       β”œβ”€β”€ l8351cl.exe
β”‚   β”‚       β”œβ”€β”€ l8351clinput.txt
β”‚   β”‚       β”œβ”€β”€ l91rt1zh.cpp
β”‚   β”‚       β”œβ”€β”€ l91rt1zh.exe
β”‚   β”‚       β”œβ”€β”€ l91rt1zhinput.txt
β”‚   β”‚       β”œβ”€β”€ lbl61xf.cpp
β”‚   β”‚       β”œβ”€β”€ lbl61xf.exe
β”‚   β”‚       β”œβ”€β”€ lbl61xfinput.txt
β”‚   β”‚       β”œβ”€β”€ lm15517v.cpp
β”‚   β”‚       β”œβ”€β”€ lm15517v.exe
β”‚   β”‚       β”œβ”€β”€ lm15517vinput.txt
β”‚   β”‚       β”œβ”€β”€ lmua86g.cpp
β”‚   β”‚       β”œβ”€β”€ lmua86g.exe
β”‚   β”‚       β”œβ”€β”€ lmua86ginput.txt
β”‚   β”‚       β”œβ”€β”€ lo2it13e.cpp
β”‚   β”‚       β”œβ”€β”€ lo2it13e.exe
β”‚   β”‚       β”œβ”€β”€ lo2it13einput.txt
β”‚   β”‚       β”œβ”€β”€ ls3l1nt.cpp
β”‚   β”‚       β”œβ”€β”€ ls3l1nt.exe
β”‚   β”‚       β”œβ”€β”€ ls3l1ntinput.txt
β”‚   β”‚       β”œβ”€β”€ m4r611z.cpp
β”‚   β”‚       β”œβ”€β”€ m4r611z.exe
β”‚   β”‚       β”œβ”€β”€ m4r611zinput.txt
β”‚   β”‚       β”œβ”€β”€ m5831th.cpp
β”‚   β”‚       β”œβ”€β”€ m5831th.exe
β”‚   β”‚       β”œβ”€β”€ m5831thinput.txt
β”‚   β”‚       β”œβ”€β”€ m70s18l.cpp
β”‚   β”‚       β”œβ”€β”€ m70s18l.exe
β”‚   β”‚       β”œβ”€β”€ m70s18linput.txt
β”‚   β”‚       β”œβ”€β”€ m710l1ql.cpp
β”‚   β”‚       β”œβ”€β”€ m710l1ql.exe
β”‚   β”‚       β”œβ”€β”€ m710l1qlinput.txt
β”‚   β”‚       β”œβ”€β”€ m91b61vs.cpp
β”‚   β”‚       β”œβ”€β”€ m91b61vs.exe
β”‚   β”‚       β”œβ”€β”€ m91b61vsinput.txt
β”‚   β”‚       β”œβ”€β”€ mbaa8c4.cpp
β”‚   β”‚       β”œβ”€β”€ mbaa8c4.exe
β”‚   β”‚       β”œβ”€β”€ mbaa8c4input.txt
β”‚   β”‚       β”œβ”€β”€ mbbt14t.cpp
β”‚   β”‚       β”œβ”€β”€ mbbt14t.exe
β”‚   β”‚       β”œβ”€β”€ mbbt14tinput.txt
β”‚   β”‚       β”œβ”€β”€ mbvl1us.cpp
β”‚   β”‚       β”œβ”€β”€ mbvl1us.exe
β”‚   β”‚       β”œβ”€β”€ mbvl1usinput.txt
β”‚   β”‚       β”œβ”€β”€ mg1lt1yb.cpp
β”‚   β”‚       β”œβ”€β”€ mg1lt1yb.exe
β”‚   β”‚       β”œβ”€β”€ mg1lt1ybinput.txt
β”‚   β”‚       β”œβ”€β”€ miv31q9.cpp
β”‚   β”‚       β”œβ”€β”€ miv31q9.exe
β”‚   β”‚       β”œβ”€β”€ miv31q9input.txt
β”‚   β”‚       β”œβ”€β”€ mm13t1z2.cpp
β”‚   β”‚       β”œβ”€β”€ mm13t1z2.exe
β”‚   β”‚       β”œβ”€β”€ mm13t1z2input.txt
β”‚   β”‚       β”œβ”€β”€ mo1518r.cpp
β”‚   β”‚       β”œβ”€β”€ mo1518r.exe
β”‚   β”‚       β”œβ”€β”€ mo1518rinput.txt
β”‚   β”‚       β”œβ”€β”€ ms078ua.cpp
β”‚   β”‚       β”œβ”€β”€ msy51o4.cpp
β”‚   β”‚       β”œβ”€β”€ msy51o4.exe
β”‚   β”‚       β”œβ”€β”€ msy51o4input.txt
β”‚   β”‚       β”œβ”€β”€ mu1dt1dg.cpp
β”‚   β”‚       β”œβ”€β”€ mu1dt1dg.exe
β”‚   β”‚       β”œβ”€β”€ mu1dt1dginput.txt
β”‚   β”‚       β”œβ”€β”€ mv1it1nq.cpp
β”‚   β”‚       β”œβ”€β”€ mv1it1nq.exe
β”‚   β”‚       β”œβ”€β”€ mv1it1nqinput.txt
β”‚   β”‚       β”œβ”€β”€ mvka8j1.cpp
β”‚   β”‚       β”œβ”€β”€ mvka8j1.exe
β”‚   β”‚       β”œβ”€β”€ mvka8j1input.txt
β”‚   β”‚       β”œβ”€β”€ mwgt1qb.cpp
β”‚   β”‚       β”œβ”€β”€ mwgt1qb.exe
β”‚   β”‚       β”œβ”€β”€ mwgt1qbinput.txt
β”‚   β”‚       β”œβ”€β”€ n114l1yb.cpp
β”‚   β”‚       β”œβ”€β”€ n114l1yb.exe
β”‚   β”‚       β”œβ”€β”€ n114l1ybinput.txt
β”‚   β”‚       β”œβ”€β”€ n5o61ik.cpp
β”‚   β”‚       β”œβ”€β”€ n5o61ik.exe
β”‚   β”‚       β”œβ”€β”€ n5o61ikinput.txt
β”‚   β”‚       β”œβ”€β”€ na10314p.cpp
β”‚   β”‚       β”œβ”€β”€ na10314p.exe
β”‚   β”‚       β”œβ”€β”€ na10314pinput.txt
β”‚   β”‚       β”œβ”€β”€ nb0p8q1.cpp
β”‚   β”‚       β”œβ”€β”€ nb15t1lu.cpp
β”‚   β”‚       β”œβ”€β”€ nb15t1lu.exe
β”‚   β”‚       β”œβ”€β”€ nb15t1luinput.txt
β”‚   β”‚       β”œβ”€β”€ ne011mi.cpp
β”‚   β”‚       β”œβ”€β”€ ne011mi.exe
β”‚   β”‚       β”œβ”€β”€ ne011miinput.txt
β”‚   β”‚       β”œβ”€β”€ nf1at1go.cpp
β”‚   β”‚       β”œβ”€β”€ nf1at1go.exe
β”‚   β”‚       β”œβ”€β”€ nf1at1goinput.txt
β”‚   β”‚       β”œβ”€β”€ ni5l1qg.cpp
β”‚   β”‚       β”œβ”€β”€ ni5l1qg.exe
β”‚   β”‚       β”œβ”€β”€ ni5l1qginput.txt
β”‚   β”‚       β”œβ”€β”€ nj2ft1kr.cpp
β”‚   β”‚       β”œβ”€β”€ nj2ft1kr.exe
β”‚   β”‚       β”œβ”€β”€ nj2ft1krinput.txt
β”‚   β”‚       β”œβ”€β”€ nm0a888.cpp
β”‚   β”‚       β”œβ”€β”€ oa1751cw.cpp
β”‚   β”‚       β”œβ”€β”€ oa1751cw.exe
β”‚   β”‚       β”œβ”€β”€ oa1751cwinput.txt
β”‚   β”‚       β”œβ”€β”€ oa186185.cpp
β”‚   β”‚       β”œβ”€β”€ oa186185.exe
β”‚   β”‚       β”œβ”€β”€ oa186185input.txt
β”‚   β”‚       β”œβ”€β”€ om22t1fb.cpp
β”‚   β”‚       β”œβ”€β”€ om22t1fb.exe
β”‚   β”‚       β”œβ”€β”€ om22t1fbinput.txt
β”‚   β”‚       β”œβ”€β”€ oo2nt17t.cpp
β”‚   β”‚       β”œβ”€β”€ oo2nt17t.exe
β”‚   β”‚       β”œβ”€β”€ oo2nt17tinput.txt
β”‚   β”‚       β”œβ”€β”€ oq1a8it.cpp
β”‚   β”‚       β”œβ”€β”€ oq1o61w1.cpp
β”‚   β”‚       β”œβ”€β”€ oq1o61w1.exe
β”‚   β”‚       β”œβ”€β”€ oq1o61w1input.txt
β”‚   β”‚       β”œβ”€β”€ p07a8wo.cpp
β”‚   β”‚       β”œβ”€β”€ p07a8wo.exe
β”‚   β”‚       β”œβ”€β”€ p07a8woinput.txt
β”‚   β”‚       β”œβ”€β”€ p1qt18v.cpp
β”‚   β”‚       β”œβ”€β”€ p1qt18v.exe
β”‚   β”‚       β”œβ”€β”€ p1qt18vinput.txt
β”‚   β”‚       β”œβ”€β”€ p3ra84y.cpp
β”‚   β”‚       β”œβ”€β”€ p3ra84y.exe
β”‚   β”‚       β”œβ”€β”€ p3ra84yinput.txt
β”‚   β”‚       β”œβ”€β”€ pd15310m.cpp
β”‚   β”‚       β”œβ”€β”€ pd15310m.exe
β”‚   β”‚       β”œβ”€β”€ pd15310minput.txt
β”‚   β”‚       β”œβ”€β”€ pda31pu.cpp
β”‚   β”‚       β”œβ”€β”€ pda31pu.exe
β”‚   β”‚       β”œβ”€β”€ pda31puinput.txt
β”‚   β”‚       β”œβ”€β”€ pe751eu.cpp
β”‚   β”‚       β”œβ”€β”€ pe751eu.exe
β”‚   β”‚       β”œβ”€β”€ pe751euinput.txt
β”‚   β”‚       β”œβ”€β”€ phcl133.cpp
β”‚   β”‚       β”œβ”€β”€ phcl133.exe
β”‚   β”‚       β”œβ”€β”€ phcl133input.txt
β”‚   β”‚       β”œβ”€β”€ pi951kp.cpp
β”‚   β”‚       β”œβ”€β”€ pi951kp.exe
β”‚   β”‚       β”œβ”€β”€ pi951kpinput.txt
β”‚   β”‚       β”œβ”€β”€ pn1e61es.cpp
β”‚   β”‚       β”œβ”€β”€ pn1e61es.exe
β”‚   β”‚       β”œβ”€β”€ pn1e61esinput.txt
β”‚   β”‚       β”œβ”€β”€ pn861o4.cpp
β”‚   β”‚       β”œβ”€β”€ pn861o4.exe
β”‚   β”‚       β”œβ”€β”€ pn861o4input.txt
β”‚   β”‚       β”œβ”€β”€ ppl51j3.cpp
β”‚   β”‚       β”œβ”€β”€ ppl51j3.exe
β”‚   β”‚       β”œβ”€β”€ ppl51j3input.txt
β”‚   β”‚       β”œβ”€β”€ puj31x9.cpp
β”‚   β”‚       β”œβ”€β”€ puj31x9.exe
β”‚   β”‚       β”œβ”€β”€ puj31x9input.txt
β”‚   β”‚       β”œβ”€β”€ pwg517l.cpp
β”‚   β”‚       β”œβ”€β”€ pwg517l.exe
β”‚   β”‚       β”œβ”€β”€ pwg517linput.txt
β”‚   β”‚       β”œβ”€β”€ pyfl1hb.cpp
β”‚   β”‚       β”œβ”€β”€ pyfl1hb.exe
β”‚   β”‚       β”œβ”€β”€ pyfl1hbinput.txt
β”‚   β”‚       β”œβ”€β”€ q4051xm.cpp
β”‚   β”‚       β”œβ”€β”€ q4051xm.exe
β”‚   β”‚       β”œβ”€β”€ q4051xminput.txt
β”‚   β”‚       β”œβ”€β”€ q41051h5.cpp
β”‚   β”‚       β”œβ”€β”€ q41051h5.exe
β”‚   β”‚       β”œβ”€β”€ q41051h5input.txt
β”‚   β”‚       β”œβ”€β”€ q5jl1e7.cpp
β”‚   β”‚       β”œβ”€β”€ q5jl1e7.exe
β”‚   β”‚       β”œβ”€β”€ q5jl1e7input.txt
β”‚   β”‚       β”œβ”€β”€ q7631zy.cpp
β”‚   β”‚       β”œβ”€β”€ q7631zy.exe
β”‚   β”‚       β”œβ”€β”€ q7631zyinput.txt
β”‚   β”‚       β”œβ”€β”€ q81h61dj.cpp
β”‚   β”‚       β”œβ”€β”€ q81h61dj.exe
β”‚   β”‚       β”œβ”€β”€ q81h61djinput.txt
β”‚   β”‚       β”œβ”€β”€ qk1561kw.cpp
β”‚   β”‚       β”œβ”€β”€ qk1561kw.exe
β”‚   β”‚       β”œβ”€β”€ qk1561kwinput.txt
β”‚   β”‚       β”œβ”€β”€ qq4a8c1.cpp
β”‚   β”‚       β”œβ”€β”€ qq4a8c1.exe
β”‚   β”‚       β”œβ”€β”€ qq4a8c1input.txt
β”‚   β”‚       β”œβ”€β”€ qqha8b3.cpp
β”‚   β”‚       β”œβ”€β”€ qqha8b3.exe
β”‚   β”‚       β”œβ”€β”€ qqha8b3input.txt
β”‚   β”‚       β”œβ”€β”€ qw3t1zl.cpp
β”‚   β”‚       β”œβ”€β”€ qw3t1zl.exe
β”‚   β”‚       β”œβ”€β”€ qw3t1zlinput.txt
β”‚   β”‚       β”œβ”€β”€ qxd61ok.cpp
β”‚   β”‚       β”œβ”€β”€ qxd61ok.exe
β”‚   β”‚       β”œβ”€β”€ qxd61okinput.txt
β”‚   β”‚       β”œβ”€β”€ qy143182.cpp
β”‚   β”‚       β”œβ”€β”€ qy143182.exe
β”‚   β”‚       β”œβ”€β”€ qy143182input.txt
β”‚   β”‚       β”œβ”€β”€ r2sl10n.cpp
β”‚   β”‚       β”œβ”€β”€ r2sl10n.exe
β”‚   β”‚       β”œβ”€β”€ r2sl10ninput.txt
β”‚   β”‚       β”œβ”€β”€ r36t1xh.cpp
β”‚   β”‚       β”œβ”€β”€ r36t1xh.exe
β”‚   β”‚       β”œβ”€β”€ r36t1xhinput.txt
β”‚   β”‚       β”œβ”€β”€ r4p31az.cpp
β”‚   β”‚       β”œβ”€β”€ r4p31az.exe
β”‚   β”‚       β”œβ”€β”€ r4p31azinput.txt
β”‚   β”‚       β”œβ”€β”€ re1261jt.cpp
β”‚   β”‚       β”œβ”€β”€ re1261jt.exe
β”‚   β”‚       β”œβ”€β”€ re1261jtinput.txt
β”‚   β”‚       β”œβ”€β”€ rm25t1px.cpp
β”‚   β”‚       β”œβ”€β”€ rm25t1px.exe
β”‚   β”‚       β”œβ”€β”€ rm25t1pxinput.txt
β”‚   β”‚       β”œβ”€β”€ ro10t10r.cpp
β”‚   β”‚       β”œβ”€β”€ ro10t10r.exe
β”‚   β”‚       β”œβ”€β”€ ro10t10rinput.txt
β”‚   β”‚       β”œβ”€β”€ rqf616u.cpp
β”‚   β”‚       β”œβ”€β”€ rqf616u.exe
β”‚   β”‚       β”œβ”€β”€ rqf616uinput.txt
β”‚   β”‚       β”œβ”€β”€ ry125173.cpp
β”‚   β”‚       β”œβ”€β”€ ry125173.exe
β”‚   β”‚       β”œβ”€β”€ ry125173input.txt
β”‚   β”‚       β”œβ”€β”€ rylt1y3.cpp
β”‚   β”‚       β”œβ”€β”€ rylt1y3.exe
β”‚   β”‚       β”œβ”€β”€ rylt1y3input.txt
β”‚   β”‚       β”œβ”€β”€ rzi612e.cpp
β”‚   β”‚       β”œβ”€β”€ rzi612e.exe
β”‚   β”‚       β”œβ”€β”€ rzi612einput.txt
β”‚   β”‚       β”œβ”€β”€ s42at1ig.cpp
β”‚   β”‚       β”œβ”€β”€ s42at1ig.exe
β”‚   β”‚       β”œβ”€β”€ s42at1iginput.txt
β”‚   β”‚       β”œβ”€β”€ s70k84q.cpp
β”‚   β”‚       β”œβ”€β”€ sc18l1y9.cpp
β”‚   β”‚       β”œβ”€β”€ sc18l1y9.exe
β”‚   β”‚       β”œβ”€β”€ sc18l1y9input.txt
β”‚   β”‚       β”œβ”€β”€ sc1a839.cpp
β”‚   β”‚       β”œβ”€β”€ sc1a839.exe
β”‚   β”‚       β”œβ”€β”€ sc1a839input.txt
β”‚   β”‚       β”œβ”€β”€ sddt1yv.cpp
β”‚   β”‚       β”œβ”€β”€ sddt1yv.exe
β”‚   β”‚       β”œβ”€β”€ sddt1yvinput.txt
β”‚   β”‚       β”œβ”€β”€ skll18f.cpp
β”‚   β”‚       β”œβ”€β”€ skll18f.exe
β”‚   β”‚       β”œβ”€β”€ skll18finput.txt
β”‚   β”‚       β”œβ”€β”€ slz61cn.cpp
β”‚   β”‚       β”œβ”€β”€ slz61cn.exe
β”‚   β”‚       β”œβ”€β”€ slz61cninput.txt
β”‚   β”‚       β”œβ”€β”€ sr1aa8k9.cpp
β”‚   β”‚       β”œβ”€β”€ sr1aa8k9.exe
β”‚   β”‚       β”œβ”€β”€ sr1aa8k9input.txt
β”‚   β”‚       β”œβ”€β”€ stn51bh.cpp
β”‚   β”‚       β”œβ”€β”€ stn51bh.exe
β”‚   β”‚       β”œβ”€β”€ stn51bhinput.txt
β”‚   β”‚       β”œβ”€β”€ sxw618o.cpp
β”‚   β”‚       β”œβ”€β”€ sxw618o.exe
β”‚   β”‚       β”œβ”€β”€ sxw618oinput.txt
β”‚   β”‚       β”œβ”€β”€ t4d5197.cpp
β”‚   β”‚       β”œβ”€β”€ t4d5197.exe
β”‚   β”‚       β”œβ”€β”€ t4d5197input.txt
β”‚   β”‚       β”œβ”€β”€ t4oa8kt.cpp
β”‚   β”‚       β”œβ”€β”€ t4oa8kt.exe
β”‚   β”‚       β”œβ”€β”€ t4oa8ktinput.txt
β”‚   β”‚       β”œβ”€β”€ t70e8y0.cpp
β”‚   β”‚       β”œβ”€β”€ tb1zt1yj.cpp
β”‚   β”‚       β”œβ”€β”€ tb1zt1yj.exe
β”‚   β”‚       β”œβ”€β”€ tb1zt1yjinput.txt
β”‚   β”‚       β”œβ”€β”€ tmq61dk.cpp
β”‚   β”‚       β”œβ”€β”€ tmq61dk.exe
β”‚   β”‚       β”œβ”€β”€ tmq61dkinput.txt
β”‚   β”‚       β”œβ”€β”€ tpil1c1.cpp
β”‚   β”‚       β”œβ”€β”€ tpil1c1.exe
β”‚   β”‚       β”œβ”€β”€ tpil1c1input.txt
β”‚   β”‚       β”œβ”€β”€ tqd31yj.cpp
β”‚   β”‚       β”œβ”€β”€ tqd31yj.exe
β”‚   β”‚       β”œβ”€β”€ tqd31yjinput.txt
β”‚   β”‚       β”œβ”€β”€ tub51kx.cpp
β”‚   β”‚       β”œβ”€β”€ tub51kx.exe
β”‚   β”‚       β”œβ”€β”€ tub51kxinput.txt
β”‚   β”‚       β”œβ”€β”€ tw1wt143.cpp
β”‚   β”‚       β”œβ”€β”€ tw1wt143.exe
β”‚   β”‚       β”œβ”€β”€ tw1wt143input.txt
β”‚   β”‚       β”œβ”€β”€ tx13l1ws.cpp
β”‚   β”‚       β”œβ”€β”€ tx13l1ws.exe
β”‚   β”‚       β”œβ”€β”€ tx13l1wsinput.txt
β”‚   β”‚       β”œβ”€β”€ tyea8n6.cpp
β”‚   β”‚       β”œβ”€β”€ tyea8n6.exe
β”‚   β”‚       β”œβ”€β”€ tyea8n6input.txt
β”‚   β”‚       β”œβ”€β”€ tzzl196.cpp
β”‚   β”‚       β”œβ”€β”€ tzzl196.exe
β”‚   β”‚       β”œβ”€β”€ tzzl196input.txt
β”‚   β”‚       β”œβ”€β”€ u114a8yd.cpp
β”‚   β”‚       β”œβ”€β”€ u114a8yd.exe
β”‚   β”‚       β”œβ”€β”€ u114a8ydinput.txt
β”‚   β”‚       β”œβ”€β”€ ua061ie.cpp
β”‚   β”‚       β”œβ”€β”€ ua061ie.exe
β”‚   β”‚       β”œβ”€β”€ ua061ieinput.txt
β”‚   β”‚       β”œβ”€β”€ ua1a310y.cpp
β”‚   β”‚       β”œβ”€β”€ ua1a310y.exe
β”‚   β”‚       β”œβ”€β”€ ua1a310yinput.txt
β”‚   β”‚       β”œβ”€β”€ uip51f6.cpp
β”‚   β”‚       β”œβ”€β”€ uip51f6.exe
β”‚   β”‚       β”œβ”€β”€ uip51f6input.txt
β”‚   β”‚       β”œβ”€β”€ uo1n61zq.cpp
β”‚   β”‚       β”œβ”€β”€ uo1n61zq.exe
β”‚   β”‚       β”œβ”€β”€ uo1n61zqinput.txt
β”‚   β”‚       β”œβ”€β”€ uqg316d.cpp
β”‚   β”‚       β”œβ”€β”€ uqg316d.exe
β”‚   β”‚       β”œβ”€β”€ uqg316dinput.txt
β”‚   β”‚       β”œβ”€β”€ ur11a8gg.cpp
β”‚   β”‚       β”œβ”€β”€ ur11a8gg.exe
β”‚   β”‚       β”œβ”€β”€ ur11a8gginput.txt
β”‚   β”‚       β”œβ”€β”€ urst1ms.cpp
β”‚   β”‚       β”œβ”€β”€ urst1ms.exe
β”‚   β”‚       β”œβ”€β”€ urst1msinput.txt
β”‚   β”‚       β”œβ”€β”€ v10t108.cpp
β”‚   β”‚       β”œβ”€β”€ v10t108.exe
β”‚   β”‚       β”œβ”€β”€ v10t108input.txt
β”‚   β”‚       β”œβ”€β”€ v1xt1xx.cpp
β”‚   β”‚       β”œβ”€β”€ v1xt1xx.exe
β”‚   β”‚       β”œβ”€β”€ v1xt1xxinput.txt
β”‚   β”‚       β”œβ”€β”€ v48l1k5.cpp
β”‚   β”‚       β”œβ”€β”€ v48l1k5.exe
β”‚   β”‚       β”œβ”€β”€ v48l1k5input.txt
β”‚   β”‚       β”œβ”€β”€ v51m61ht.cpp
β”‚   β”‚       β”œβ”€β”€ v51m61ht.exe
β”‚   β”‚       β”œβ”€β”€ v51m61htinput.txt
β”‚   β”‚       β”œβ”€β”€ vf1j61vk.cpp
β”‚   β”‚       β”œβ”€β”€ vf1j61vk.exe
β”‚   β”‚       β”œβ”€β”€ vf1j61vkinput.txt
β”‚   β”‚       β”œβ”€β”€ vkyl1yg.cpp
β”‚   β”‚       β”œβ”€β”€ vkyl1yg.exe
β”‚   β”‚       β”œβ”€β”€ vkyl1yginput.txt
β”‚   β”‚       β”œβ”€β”€ vl17a8dz.cpp
β”‚   β”‚       β”œβ”€β”€ vl17a8dz.exe
β”‚   β”‚       β”œβ”€β”€ vl17a8dzinput.txt
β”‚   β”‚       β”œβ”€β”€ vo1dl1wz.cpp
β”‚   β”‚       β”œβ”€β”€ vo1dl1wz.exe
β”‚   β”‚       β”œβ”€β”€ vo1dl1wzinput.txt
β”‚   β”‚       β”œβ”€β”€ vu2pt132.cpp
β”‚   β”‚       β”œβ”€β”€ vu2pt132.exe
β”‚   β”‚       β”œβ”€β”€ vu2pt132input.txt
β”‚   β”‚       β”œβ”€β”€ vx0l1ni.cpp
β”‚   β”‚       β”œβ”€β”€ vx0l1ni.exe
β”‚   β”‚       β”œβ”€β”€ vx0l1niinput.txt
β”‚   β”‚       β”œβ”€β”€ w70m1v0.cpp
β”‚   β”‚       β”œβ”€β”€ w70m1v0.exe
β”‚   β”‚       β”œβ”€β”€ w70m1v0input.txt
β”‚   β”‚       β”œβ”€β”€ w717t1l5.cpp
β”‚   β”‚       β”œβ”€β”€ w717t1l5.exe
β”‚   β”‚       β”œβ”€β”€ w717t1l5input.txt
β”‚   β”‚       β”œβ”€β”€ wb0n87m.cpp
β”‚   β”‚       β”œβ”€β”€ wb1nt18y.cpp
β”‚   β”‚       β”œβ”€β”€ wb1nt18y.exe
β”‚   β”‚       β”œβ”€β”€ wb1nt18yinput.txt
β”‚   β”‚       β”œβ”€β”€ wet6168.cpp
β”‚   β”‚       β”œβ”€β”€ wet6168.exe
β”‚   β”‚       β”œβ”€β”€ wet6168input.txt
β”‚   β”‚       β”œβ”€β”€ wi1p8co.cpp
β”‚   β”‚       β”œβ”€β”€ wjr510t.cpp
β”‚   β”‚       β”œβ”€β”€ wjr510t.exe
β”‚   β”‚       β”œβ”€β”€ wjr510tinput.txt
β”‚   β”‚       β”œβ”€β”€ wo1a61r5.cpp
β”‚   β”‚       β”œβ”€β”€ wo1a61r5.exe
β”‚   β”‚       β”œβ”€β”€ wo1a61r5input.txt
β”‚   β”‚       β”œβ”€β”€ wova88q.cpp
β”‚   β”‚       β”œβ”€β”€ wova88q.exe
β”‚   β”‚       β”œβ”€β”€ wova88qinput.txt
β”‚   β”‚       β”œβ”€β”€ wq431g1.cpp
β”‚   β”‚       β”œβ”€β”€ wq431g1.exe
β”‚   β”‚       β”œβ”€β”€ wq431g1input.txt
β”‚   β”‚       β”œβ”€β”€ wrkl10r.cpp
β”‚   β”‚       β”œβ”€β”€ wrkl10r.exe
β”‚   β”‚       β”œβ”€β”€ wrkl10rinput.txt
β”‚   β”‚       β”œβ”€β”€ ww1tt1a4.cpp
β”‚   β”‚       β”œβ”€β”€ ww1tt1a4.exe
β”‚   β”‚       β”œβ”€β”€ ww1tt1a4input.txt
β”‚   β”‚       β”œβ”€β”€ x21d61n7.cpp
β”‚   β”‚       β”œβ”€β”€ x21d61n7.exe
β”‚   β”‚       β”œβ”€β”€ x21d61n7input.txt
β”‚   β”‚       β”œβ”€β”€ x61d31vm.cpp
β”‚   β”‚       β”œβ”€β”€ x61d31vm.exe
β”‚   β”‚       β”œβ”€β”€ x61d31vminput.txt
β”‚   β”‚       β”œβ”€β”€ x6it1dt.cpp
β”‚   β”‚       β”œβ”€β”€ x6it1dt.exe
β”‚   β”‚       β”œβ”€β”€ x6it1dtinput.txt
β”‚   β”‚       β”œβ”€β”€ xau31bt.cpp
β”‚   β”‚       β”œβ”€β”€ xau31bt.exe
β”‚   β”‚       β”œβ”€β”€ xau31btinput.txt
β”‚   β”‚       β”œβ”€β”€ xb1da8zz.cpp
β”‚   β”‚       β”œβ”€β”€ xb1da8zz.exe
β”‚   β”‚       β”œβ”€β”€ xb1da8zzinput.txt
β”‚   β”‚       β”œβ”€β”€ xfla82c.cpp
β”‚   β”‚       β”œβ”€β”€ xfla82c.exe
β”‚   β”‚       β”œβ”€β”€ xfla82cinput.txt
β”‚   β”‚       β”œβ”€β”€ xfya8su.cpp
β”‚   β”‚       β”œβ”€β”€ xfya8su.exe
β”‚   β”‚       β”œβ”€β”€ xfya8suinput.txt
β”‚   β”‚       β”œβ”€β”€ xg461fv.cpp
β”‚   β”‚       β”œβ”€β”€ xg461fv.exe
β”‚   β”‚       β”œβ”€β”€ xg461fvinput.txt
β”‚   β”‚       β”œβ”€β”€ xk761gp.cpp
β”‚   β”‚       β”œβ”€β”€ xk761gp.exe
β”‚   β”‚       β”œβ”€β”€ xk761gpinput.txt
β”‚   β”‚       β”œβ”€β”€ xr2kt1v6.cpp
β”‚   β”‚       β”œβ”€β”€ xr2kt1v6.exe
β”‚   β”‚       β”œβ”€β”€ xr2kt1v6input.txt
β”‚   β”‚       β”œβ”€β”€ xt27t1ss.cpp
β”‚   β”‚       β”œβ”€β”€ xt27t1ss.exe
β”‚   β”‚       β”œβ”€β”€ xt27t1ssinput.txt
β”‚   β”‚       β”œβ”€β”€ xz0d84r.cpp
β”‚   β”‚       β”œβ”€β”€ y3261xj.cpp
β”‚   β”‚       β”œβ”€β”€ y3261xj.exe
β”‚   β”‚       β”œβ”€β”€ y3261xjinput.txt
β”‚   β”‚       β”œβ”€β”€ y51951qq.cpp
β”‚   β”‚       β”œβ”€β”€ y51951qq.exe
β”‚   β”‚       β”œβ”€β”€ y51951qqinput.txt
β”‚   β”‚       β”œβ”€β”€ y6o31cq.cpp
β”‚   β”‚       β”œβ”€β”€ y6o31cq.exe
β”‚   β”‚       β”œβ”€β”€ y6o31cqinput.txt
β”‚   β”‚       β”œβ”€β”€ y7ba8wt.cpp
β”‚   β”‚       β”œβ”€β”€ y7ba8wt.exe
β”‚   β”‚       β”œβ”€β”€ y7ba8wtinput.txt
β”‚   β”‚       β”œβ”€β”€ yc1117u.cpp
β”‚   β”‚       β”œβ”€β”€ yc1117u.exe
β”‚   β”‚       β”œβ”€β”€ yc1117uinput.txt
β”‚   β”‚       β”œβ”€β”€ ye161i7.cpp
β”‚   β”‚       β”œβ”€β”€ ye161i7.exe
β”‚   β”‚       β”œβ”€β”€ ye161i7input.txt
β”‚   β”‚       β”œβ”€β”€ ye1kt140.cpp
β”‚   β”‚       β”œβ”€β”€ ye1kt140.exe
β”‚   β”‚       β”œβ”€β”€ ye1kt140input.txt
β”‚   β”‚       β”œβ”€β”€ yin61t1.cpp
β”‚   β”‚       β”œβ”€β”€ yin61t1.exe
β”‚   β”‚       β”œβ”€β”€ yin61t1input.txt
β”‚   β”‚       β”œβ”€β”€ yjnt18f.cpp
β”‚   β”‚       β”œβ”€β”€ yjnt18f.exe
β”‚   β”‚       β”œβ”€β”€ yjnt18finput.txt
β”‚   β”‚       β”œβ”€β”€ ym1qt1nw.cpp
β”‚   β”‚       β”œβ”€β”€ ym1qt1nw.exe
β”‚   β”‚       β”œβ”€β”€ ym1qt1nwinput.txt
β”‚   β”‚       β”œβ”€β”€ yn7l15c.cpp
β”‚   β”‚       β”œβ”€β”€ yn7l15c.exe
β”‚   β”‚       β”œβ”€β”€ yn7l15cinput.txt
β”‚   β”‚       β”œβ”€β”€ z32ct1pd.cpp
β”‚   β”‚       β”œβ”€β”€ z32ct1pd.exe
β”‚   β”‚       β”œβ”€β”€ z32ct1pdinput.txt
β”‚   β”‚       β”œβ”€β”€ z71731qc.cpp
β”‚   β”‚       β”œβ”€β”€ z71731qc.exe
β”‚   β”‚       β”œβ”€β”€ z71731qcinput.txt
β”‚   β”‚       β”œβ”€β”€ zb1761uq.cpp
β”‚   β”‚       β”œβ”€β”€ zb1761uq.exe
β”‚   β”‚       β”œβ”€β”€ zb1761uqinput.txt
β”‚   β”‚       β”œβ”€β”€ zgv51u8.cpp
β”‚   β”‚       β”œβ”€β”€ zgv51u8.exe
β”‚   β”‚       β”œβ”€β”€ zgv51u8input.txt
β”‚   β”‚       β”œβ”€β”€ zh0317s.cpp
β”‚   β”‚       β”œβ”€β”€ zh0317s.exe
β”‚   β”‚       β”œβ”€β”€ zh0317sinput.txt
β”‚   β”‚       β”œβ”€β”€ zk1ct1va.cpp
β”‚   β”‚       β”œβ”€β”€ zk1ct1va.exe
β”‚   β”‚       β”œβ”€β”€ zk1ct1vainput.txt
β”‚   β”‚       β”œβ”€β”€ zksa8c4.cpp
β”‚   β”‚       β”œβ”€β”€ zksa8c4.exe
β”‚   β”‚       β”œβ”€β”€ zksa8c4input.txt
β”‚   β”‚       β”œβ”€β”€ zsk61hy.cpp
β”‚   β”‚       β”œβ”€β”€ zsk61hy.exe
β”‚   β”‚       └── zsk61hyinput.txt
β”‚   β”œβ”€β”€ README.md
β”‚   β”œβ”€β”€ docker-compose.yml
β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”œβ”€β”€ package.json
β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”œβ”€β”€ _redirects
β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”œβ”€β”€ favicon2.ico
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   └── robots.txt
β”‚   └── src/
β”‚       β”œβ”€β”€ App.css
β”‚       β”œβ”€β”€ App.js
β”‚       β”œβ”€β”€ App.test.js
β”‚       β”œβ”€β”€ CSS/
β”‚       β”‚   β”œβ”€β”€ About.module.css
β”‚       β”‚   β”œβ”€β”€ ApplicationForm.css
β”‚       β”‚   β”œβ”€β”€ ApplicationForm.module.css
β”‚       β”‚   β”œβ”€β”€ DiscussionSection.module.css
β”‚       β”‚   β”œβ”€β”€ Feedback.module.css
β”‚       β”‚   β”œβ”€β”€ NotFound.css
β”‚       β”‚   β”œβ”€β”€ SigninWithGoogle.module.css
β”‚       β”‚   β”œβ”€β”€ TermsOfUse.module.css
β”‚       β”‚   β”œβ”€β”€ admin.css
β”‚       β”‚   β”œβ”€β”€ ass.css
β”‚       β”‚   β”œβ”€β”€ assessmentResults.css
β”‚       β”‚   β”œβ”€β”€ backtotop.css
β”‚       β”‚   β”œβ”€β”€ blog.module.css
β”‚       β”‚   β”œβ”€β”€ coding.css
β”‚       β”‚   β”œβ”€β”€ company.css
β”‚       β”‚   β”œβ”€β”€ contactus.css
β”‚       β”‚   β”œβ”€β”€ contributor.css
β”‚       β”‚   β”œβ”€β”€ createBlog.css
β”‚       β”‚   β”œβ”€β”€ dashboard.css
β”‚       β”‚   β”œβ”€β”€ employer.css
β”‚       β”‚   β”œβ”€β”€ faqSection.module.css
β”‚       β”‚   β”œβ”€β”€ footer.module.css
β”‚       β”‚   β”œβ”€β”€ herosection.module.css
β”‚       β”‚   β”œβ”€β”€ interview.module.css
β”‚       β”‚   β”œβ”€β”€ job.css
β”‚       β”‚   β”œβ”€β”€ jobcard.module.css
β”‚       β”‚   β”œβ”€β”€ jobgrid.css
β”‚       β”‚   β”œβ”€β”€ joblist.css
β”‚       β”‚   β”œβ”€β”€ jobpage.css
β”‚       β”‚   β”œβ”€β”€ jobpostform.css
β”‚       β”‚   β”œβ”€β”€ jobs.css
β”‚       β”‚   β”œβ”€β”€ manageJobs.css
β”‚       β”‚   β”œβ”€β”€ middleview.module.css
β”‚       β”‚   β”œβ”€β”€ navbar.module.css
β”‚       β”‚   β”œβ”€β”€ newJobCard.module.css
β”‚       β”‚   β”œβ”€β”€ postview.module.css
β”‚       β”‚   β”œβ”€β”€ privacyPolicy.module.css
β”‚       β”‚   β”œβ”€β”€ profile.css
β”‚       β”‚   β”œβ”€β”€ readMoreBlog.css
β”‚       β”‚   β”œβ”€β”€ resumeAnalyzer.module.css
β”‚       β”‚   β”œβ”€β”€ shortlist.css
β”‚       β”‚   β”œβ”€β”€ signin.css
β”‚       β”‚   β”œβ”€β”€ signup.css
β”‚       β”‚   β”œβ”€β”€ takeTest.css
β”‚       β”‚   β”œβ”€β”€ termsAndConditions.css
β”‚       β”‚   β”œβ”€β”€ test.css
β”‚       β”‚   β”œβ”€β”€ testimonial.css
β”‚       β”‚   β”œβ”€β”€ uploadedJobs.css
β”‚       β”‚   └── videoMeeting.css
β”‚       β”œβ”€β”€ Components/
β”‚       β”‚   β”œβ”€β”€ About.jsx
β”‚       β”‚   β”œβ”€β”€ AdminDashboard.jsx
β”‚       β”‚   β”œβ”€β”€ ApplicationForm.jsx
β”‚       β”‚   β”œβ”€β”€ AssesmentResult.jsx
β”‚       β”‚   β”œβ”€β”€ AssessmentResultDetails.jsx
β”‚       β”‚   β”œβ”€β”€ BackToTop.jsx
β”‚       β”‚   β”œβ”€β”€ BlogDetailsPage.jsx
β”‚       β”‚   β”œβ”€β”€ BlogPage.jsx
β”‚       β”‚   β”œβ”€β”€ Coding.jsx
β”‚       β”‚   β”œβ”€β”€ CompanyRegistration.jsx
β”‚       β”‚   β”œβ”€β”€ Contactus.jsx
β”‚       β”‚   β”œβ”€β”€ ContributorPage.jsx
β”‚       β”‚   β”œβ”€β”€ CreateBlog.jsx
β”‚       β”‚   β”œβ”€β”€ CreateTest.jsx
β”‚       β”‚   β”œβ”€β”€ Dashboard.jsx
β”‚       β”‚   β”œβ”€β”€ DiscussionSection.jsx
β”‚       β”‚   β”œβ”€β”€ EditProfile.jsx
β”‚       β”‚   β”œβ”€β”€ Employer.jsx
β”‚       β”‚   β”œβ”€β”€ Error404.jsx
β”‚       β”‚   β”œβ”€β”€ Faqs.jsx
β”‚       β”‚   β”œβ”€β”€ Feedback.jsx
β”‚       β”‚   β”œβ”€β”€ Footer.jsx
β”‚       β”‚   β”œβ”€β”€ GoogleTranslate.jsx
β”‚       β”‚   β”œβ”€β”€ GoogleTranslator.jsx
β”‚       β”‚   β”œβ”€β”€ HeroSection.jsx
β”‚       β”‚   β”œβ”€β”€ Homepage.jsx
β”‚       β”‚   β”œβ”€β”€ Interview.jsx
β”‚       β”‚   β”œβ”€β”€ Job.jsx
β”‚       β”‚   β”œβ”€β”€ JobGrid.jsx
β”‚       β”‚   β”œβ”€β”€ JobPostForm.jsx
β”‚       β”‚   β”œβ”€β”€ Jobcard.jsx
β”‚       β”‚   β”œβ”€β”€ Jobpage.jsx
β”‚       β”‚   β”œβ”€β”€ Jobs.jsx
β”‚       β”‚   β”œβ”€β”€ Managejob.jsx
β”‚       β”‚   β”œβ”€β”€ MiddleView.jsx
β”‚       β”‚   β”œβ”€β”€ Navbar.jsx
β”‚       β”‚   β”œβ”€β”€ NotFound.jsx
β”‚       β”‚   β”œβ”€β”€ Postview.jsx
β”‚       β”‚   β”œβ”€β”€ PrivacyPolicy.jsx
β”‚       β”‚   β”œβ”€β”€ Profile.jsx
β”‚       β”‚   β”œβ”€β”€ ReadMoreBlog.jsx
β”‚       β”‚   β”œβ”€β”€ ResumeAnalyzer.jsx
β”‚       β”‚   β”œβ”€β”€ ResumeScreening.jsx
β”‚       β”‚   β”œβ”€β”€ Shortlist.jsx
β”‚       β”‚   β”œβ”€β”€ SignInWithGoogle.jsx
β”‚       β”‚   β”œβ”€β”€ Signin.jsx
β”‚       β”‚   β”œβ”€β”€ Signup.jsx
β”‚       β”‚   β”œβ”€β”€ Spinner.jsx
β”‚       β”‚   β”œβ”€β”€ TermsAndConditions.jsx
β”‚       β”‚   β”œβ”€β”€ TermsOfUse.jsx
β”‚       β”‚   β”œβ”€β”€ Testimonial.jsx
β”‚       β”‚   β”œβ”€β”€ UploadedJobs.jsx
β”‚       β”‚   └── VisitorCount.jsx
β”‚       β”œβ”€β”€ Dockerfile
β”‚       β”œβ”€β”€ Json/
β”‚       β”‚   β”œβ”€β”€ colleges.json
β”‚       β”‚   β”œβ”€β”€ country.json
β”‚       β”‚   β”œβ”€β”€ course.json
β”‚       β”‚   β”œβ”€β”€ skills.json
β”‚       β”‚   └── upJobs.json
β”‚       β”œβ”€β”€ PrivateRoute.jsx
β”‚       β”œβ”€β”€ assests/
β”‚       β”‚   β”œβ”€β”€ 3rdone.jpg
β”‚       β”‚   β”œβ”€β”€ amazon.png
β”‚       β”‚   β”œβ”€β”€ bg.png
β”‚       β”‚   β”œβ”€β”€ company.png
β”‚       β”‚   β”œβ”€β”€ compile1.png
β”‚       β”‚   β”œβ”€β”€ contact.webp
β”‚       β”‚   β”œβ”€β”€ csoon.jpg
β”‚       β”‚   β”œβ”€β”€ email.jpg
β”‚       β”‚   β”œβ”€β”€ emp1.jpg
β”‚       β”‚   β”œβ”€β”€ emp2.jpg
β”‚       β”‚   β”œβ”€β”€ emp3.jpg
β”‚       β”‚   β”œβ”€β”€ employer.png
β”‚       β”‚   β”œβ”€β”€ employer2.jpg
β”‚       β”‚   β”œβ”€β”€ employer3.jpg
β”‚       β”‚   β”œβ”€β”€ employer3.png
β”‚       β”‚   β”œβ”€β”€ emptyanimation.json
β”‚       β”‚   β”œβ”€β”€ facebooklogo.png
β”‚       β”‚   β”œβ”€β”€ gett.jpg
β”‚       β”‚   β”œβ”€β”€ googlelogo.png
β”‚       β”‚   β”œβ”€β”€ img.png
β”‚       β”‚   β”œβ”€β”€ interview.png
β”‚       β”‚   β”œβ”€β”€ job_search.jpg
β”‚       β”‚   β”œβ”€β”€ job_search.png
β”‚       β”‚   β”œβ”€β”€ jobs.png
β”‚       β”‚   β”œβ”€β”€ js1.jpg
β”‚       β”‚   β”œβ”€β”€ loading.json
β”‚       β”‚   β”œβ”€β”€ logo.png
β”‚       β”‚   β”œβ”€β”€ logo.svg
β”‚       β”‚   β”œβ”€β”€ microsoft.png
β”‚       β”‚   β”œβ”€β”€ postjobs.png
β”‚       β”‚   β”œβ”€β”€ profile.jpg
β”‚       β”‚   └── result.png
β”‚       β”œβ”€β”€ firebase/
β”‚       β”‚   └── firebase.js
β”‚       β”œβ”€β”€ index.css
β”‚       β”œβ”€β”€ index.js
β”‚       β”œβ”€β”€ reportWebVitals.js
β”‚       └── setupTests.js
β”œβ”€β”€ package-lock.json
└── repo_structure.txt