QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#435673 | #2810. Speedrun | egypt_ioi2024_11# | Compile Error | / | / | C++20 | 2.9kb | 2024-06-08 21:00:35 | 2024-06-08 21:00:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
speedrun.code:2:10: fatal error: grader.cpp: No such file or directory 2 | #include "grader.cpp" | ^~~~~~~~~~~~ compilation terminated. grader_speedrun.cpp: In function ‘int readvalue()’: grader_speedrun.cpp:9:9: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 9 | fscanf(input, "%d", &val); | ~~~~~~^~~~~~~~~~~~~~~~~~~