QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | } | ^