QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#388783 | #3729. 有向无环图 | ucup-team1383 | Compile Error | / | / | C++98 | 898b | 2024-04-13 19:43:22 | 2024-04-13 19:43:22 |
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:30:34: error: ‘a’ does not name a type 30 | for(auto a : mp[x]) { | ^ answer.code:35:26: error: expected ‘;’ before ‘}’ token 35 | } | ^ | ; 36 | } | ~ answer.code:36:17: error: expected primary-expression before ‘}’ token 36 | } | ^ answer.code:35:26: error: expected ‘;’ before ‘}’ token 35 | } | ^ | ; 36 | } | ~ answer.code:36:17: error: expected primary-expression before ‘}’ token 36 | } | ^ answer.code:35:26: error: expected ‘)’ before ‘}’ token 35 | } | ^ | ) 36 | } | ~ answer.code:30:28: note: to match this ‘(’ 30 | for(auto a : mp[x]) { | ^ answer.code:36:17: error: expected primary-expression before ‘}’ token 36 | } | ^