QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#94216 | #5674. Sum of Remainders | ZhaoZiLong | Compile Error | / | / | C++98 | 883b | 2023-04-05 15:28:18 | 2023-04-05 15:28:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void sovle()’: answer.code:16:11: error: expected primary-expression before ‘?’ token 16 | return? | ^ answer.code:17:3: error: expected primary-expression before ‘}’ token 17 | } | ^ answer.code:16:12: error: expected ‘:’ before ‘}’ token 16 | return? | ^ | : 17 | } | ~ answer.code:17:3: error: expected primary-expression before ‘}’ token 17 | } | ^ answer.code:16:12: error: expected ‘;’ before ‘}’ token 16 | return? | ^ | ; 17 | } | ~