Disclaimer: This project is not made by 42School, it's not identical to the proposed exams and does not reflect your exams at 42 and 1337
This project requires several dependencies to be installed on your system. Please follow the instructions below to install clang
, g++
, readline
library, and clang++
on your respective operating system.
clang
g++
readline library
clang++
To install the required dependencies on Debian-based systems (like Ubuntu), use the following commands:
sudo apt update
sudo apt install clang g++ libreadline-dev
- New Subjects ExamRank02 APRIL 2022
- Subject drawn at random
- CHEAT code
- No data will be sent to 42
- Exponential waiting for a correction
- X Hours maximum
- Automatic correction (without internet)
- Traceback available
- Detect infinite loop in your program (ExamRank02)
- Detect infinite loop in all ExamRank
- Detect leaks in all exercices
(sorry don't work in exam at 42)
remove_grade_time : remove grade time between two push
> The maximum time to complete the exam is only information.
Here, the exercise can always be corrected even after the time limit.
force_success : force an exercice to success
new_ex : generate a new exercice on the same level
You can contribute by adding new exercises or improving the program
gradenow : Get an instant correction (no grademe cooldown)
VIPs also have exactly the same display as the 42 examshell.
More features coming
$ /~https://github.com/SegFault777/1337_Exam_Simulation.git
$ cd 1337_Exam_Simulation
$ cd 1337_Exam && make grade
This project is not identical to the proposed exams and does not reflect 42 official exam. It is only meant to help 42 students to train on some exercises found on Github. It works simply by doing a DIFF on both versions. All the subjects have been found on Github. During my schooling at 42, this project helped me to understand a lot of notions like how to host a website, working with javascript, php and others. This project has been created with the sole purpose of helping students to understand their mistakes and improve themselves.
👋 If you have any problem with any test, please create an "Issue" here on Github, it will only take 3 minutes of your time and it will help me to make the test more accurate.
📌 Remember that if you encounter an error, you're probably not the only one and your "Issue" will surely help other people.