QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#643668 | #7436. Optimal Ordered Problem Solver | Huluobo | Compile Error | / | / | C++14 | 4.6kb | 2024-10-15 22:48:04 | 2024-10-15 22:48:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:141:9: error: ‘read’ was not declared in this scope; did you mean ‘fread’? 141 | read(n,m); | ^~~~ | fread answer.code:191:25: error: ‘println’ was not declared in this scope; did you mean ‘rintl’? 191 | println(0); | ^~~~~~~ | rintl answer.code:200:25: error: ‘println’ was not declared in this scope; did you mean ‘rintl’? 200 | println(ans[i]); | ^~~~~~~ | rintl