QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#147259 | #3899. BSUIR Open X | ZhaoZiLong | Compile Error | / | / | C++20 | 1.3kb | 2023-08-22 22:29:53 | 2023-08-22 22:29:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void print(__int128)’: answer.code:65:27: error: expected primary-expression before ‘?’ token 65 | putchar(x%10+'0');? | ^ answer.code:66:1: error: expected primary-expression before ‘}’ token 66 | } | ^ answer.code:65:28: error: expected ‘:’ before ‘}’ token 65 | putchar(x%10+'0');? | ^ | : 66 | } | ~ answer.code:66:1: error: expected primary-expression before ‘}’ token 66 | } | ^