QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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.