QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#407979 | #6749. Target | GuanYunchang | Compile Error | / | / | C++98 | 309b | 2024-05-09 15:35:59 | 2024-05-09 15:36:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:19:18: error: ‘x’ does not name a type 19 | for(auto x:q){ | ^ answer.code:21:10: error: expected ‘;’ before ‘}’ token 21 | } | ^ | ; 22 | } | ~ answer.code:22:2: error: expected primary-expression before ‘}’ token 22 | } | ^ answer.code:21:10: error: expected ‘;’ before ‘}’ token 21 | } | ^ | ; 22 | } | ~ answer.code:22:2: error: expected primary-expression before ‘}’ token 22 | } | ^ answer.code:21:10: error: expected ‘)’ before ‘}’ token 21 | } | ^ | ) 22 | } | ~ answer.code:19:12: note: to match this ‘(’ 19 | for(auto x:q){ | ^ answer.code:22:2: error: expected primary-expression before ‘}’ token 22 | } | ^