QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#863620 | #9961. Cows | ucup-team3935 | Compile Error | / | / | C++20 | 1.9kb | 2025-01-19 20:19:20 | 2025-01-19 20:19:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In lambda function: answer.code:59:27: error: expected primary-expression before ‘{’ token 59 | return message == {0, 0}; | ^ answer.code:59:26: error: expected ‘;’ before ‘{’ token 59 | return message == {0, 0}; | ^~ | ; answer.code:59:32: error: expected ‘;’ before ‘}’ token 59 | return message == {0, 0}; | ^ | ;