QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#335276 | #7698. ISBN Conversion | HuangHanSheng | Compile Error | / | / | C++17 | 2.4kb | 2024-02-23 06:33:57 | 2024-02-23 06:33:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:19:26: error: stray ‘\’ in program 19 | cout<<?invalid\n?; | ^ answer.code: In function ‘int main()’: answer.code:19:18: error: expected primary-expression before ‘?’ token 19 | cout<<?invalid\n?; | ^ answer.code:19:19: error: ‘invalid’ was not declared in this scope 19 | cout<<?invalid\n?; | ^~~~~~~ answer.code:19:26: error: expected ‘:’ before ‘n’ 19 | cout<<?invalid\n?; | ^~ | : answer.code:19:27: error: ‘n’ was not declared in this scope 19 | cout<<?invalid\n?; | ^ answer.code:19:29: error: expected primary-expression before ‘;’ token 19 | cout<<?invalid\n?; | ^ answer.code:19:29: error: expected ‘:’ before ‘;’ token 19 | cout<<?invalid\n?; | ^ | : answer.code:19:29: error: expected primary-expression before ‘;’ token answer.code:107:2: error: expected ‘}’ at end of input 107 | } | ^ answer.code:6:12: note: to match this ‘{’ 6 | int main() { | ^