QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#439424 | #2810. Speedrun | egypt_ioi2024_09# | Compile Error | / | / | C++23 | 678b | 2024-06-11 21:42:28 | 2024-06-11 21:42:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
speedrun.code:7:23: error: ‘>>’ should be ‘> >’ within a nested template argument list 7 | vector < vector < int >> adj; | ^~ | > > 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); | ~~~~~~^~~~~~~~~~~~~~~~~~~