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