QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#399914 | #2823. 改善生活 | ucup-team1383 | Compile Error | / | / | C++98 | 1.6kb | 2024-04-26 19:37:03 | 2024-04-26 19:37:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:47:27: error: ‘j’ does not name a type 47 | for (auto j : s[now]) { | ^ answer.code:51:18: error: expected ‘;’ before ‘}’ token 51 | } | ^ | ; 52 | } | ~ answer.code:52:13: error: expected primary-expression before ‘}’ token 52 | } | ^ answer.code:51:18: error: expected ‘;’ before ‘}’ token 51 | } | ^ | ; 52 | } | ~ answer.code:52:13: error: expected primary-expression before ‘}’ token 52 | } | ^ answer.code:51:18: error: expected ‘)’ before ‘}’ token 51 | } | ^ | ) 52 | } | ~ answer.code:47:21: note: to match this ‘(’ 47 | for (auto j : s[now]) { | ^ answer.code:52:13: error: expected primary-expression before ‘}’ token 52 | } | ^