QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#457276#2810. Speedrunegypt_ioi2024_08Compile Error//C++202.7kb2024-06-29 10:02:072024-06-29 10:02:09

详细

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);
      |   ~~~~~~^~~~~~~~~~~~~~~~~~~