42_EXAM
42_EXAM copied to clipboard
A program almost identical to the 42 EXAMS for practice. (Pool EXAM & Stud EXAM)
It has been observed that the ExamRank06 correction MAY indicate an exam as wrong when it is right, or run in an infinite loop on Linux. We are currently looking...
The main.cpp used for testing includes hpp files in its folder, but that forces the provided code to have the same declarations while some const or & can be arbitrary,...
Hello, i d like to inform you that union exercise in exam rank 02 is bugged. subject file is missing and there is a succession of errors leading to success...
Example: ----------------8 i & 1) + '0'; write(1, &bit, 1); } } int main() { unsigned char test_value = 2; print_bits(test_value); write(1, "\n", 1); return 0; } ``` ``` ./a.out...
Hi, thank you for this great program. It helps a lot. However, I am having a problem lately. During loading it gives this error (".system/launch.sh: line 262: 15677 Segmentation fault:...
The current code does not check if the compilers are installed, which results in an error message during the verification of the readline library. An additional check has been introduced...
✗ Readline is not installed Readline library not installed
You only need write as a function and pls add the note that there needs to be a newline. I only found my "mistake" after I looked up the trace,...
When ASpell and ATarget dont have virtual destructors the submission fails as expected, however the trace provided is incorrect Expected : ``` cpp_module01/main.cpp:21:3: error: delete called on non-final 'Fwoosh' that...
"failure" when i try to grade my get_next_line, create a trace, but the trace is empty