QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#634927 | #5513. Advertisement 2 | ZhaoZiLong | Compile Error | / | / | C++17 | 779b | 2024-10-12 18:22:09 | 2024-10-12 18:22:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:62:20: error: expected primary-expression before ‘?’ token 62 | cout<<ans<<? ?; | ^ answer.code:62:22: error: expected primary-expression before ‘?’ token 62 | cout<<ans<<? ?; | ^ answer.code:62:23: error: expected primary-expression before ‘;’ token 62 | cout<<ans<<? ?; | ^ answer.code:62:23: error: expected ‘:’ before ‘;’ token 62 | cout<<ans<<? ?; | ^ | : answer.code:62:23: error: expected primary-expression before ‘;’ token answer.code:62:23: error: expected ‘:’ before ‘;’ token 62 | cout<<ans<<? ?; | ^ | : answer.code:62:23: error: expected primary-expression before ‘;’ token