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