QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#112029 | #6395. Equation Discovering | ZhangYiDe | Compile Error | / | / | C++20 | 1.0kb | 2023-06-09 16:06:08 | 2023-06-09 16:06:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:32:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’? 32 | read(n, m); | ^ | yn answer.code:32:13: error: ‘m’ was not declared in this scope; did you mean ‘tm’? 32 | read(n, m); | ^ | tm answer.code:34:14: error: ‘a’ was not declared in this scope 34 | read(a[i], b[i]); | ^ answer.code:34:20: error: ‘b’ was not declared in this scope 34 | read(a[i], b[i]); | ^