QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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