QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#481169 | #2810. Speedrun | egypt_ioi2024b_05# | Compile Error | / | / | C++20 | 3.8kb | 2024-07-16 21:05:32 | 2024-07-16 21:05:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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/ccQA7227.o: in function `main': grader_speedrun.cpp:(.text.startup+0x1a2): undefined reference to `assignHints(int, int, int*, int*)' collect2: error: ld returned 1 exit status