QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#464867 | #5029. 在路上 | ucup-team3407 | Compile Error | / | / | C++14 | 583b | 2024-07-06 15:33:29 | 2024-07-06 15:33:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
implementer.cpp: In function ‘int main()’: implementer.cpp:60:14: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 60 | fread(Interactor::rbuf,1,50000000,stdin); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:3:9: fatal error: grader.cpp: No such file or directory 3 | #include"grader.cpp" | ^~~~~~~~~~~~ compilation terminated.