QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#335277 | #7698. ISBN Conversion | ZhaoZiLong | Compile Error | / | / | C++17 | 2.4kb | 2024-02-23 06:35:49 | 2024-02-23 06:35:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:103:24: error: stray ‘\’ in program 103 | cout << ans << \n; | ^ answer.code: In function ‘int main()’: answer.code:103:25: error: ‘n’ was not declared in this scope 103 | cout << ans << \n; | ^ answer.code:107:2: error: expected ‘}’ at end of input 107 | } | ^ answer.code:6:12: note: to match this ‘{’ 6 | int main() { | ^