QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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 | } | ^