QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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