QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#488385#2810. Speedrunegypt_ioi2024b_05Compile Error//C++171.1kb2024-07-23 22:00:512024-07-23 22:00:52

詳細信息

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);
      |   ~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccsXhSNR.o: in function `main':
grader_speedrun.cpp:(.text.startup+0x4c): undefined reference to `speedrun(int, int, int)'
collect2: error: ld returned 1 exit status