QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#882892 | #9345. Artful Paintings | ZhaoZiLong | Compile Error | / | / | C++98 | 1.4kb | 2025-02-05 12:57:34 | 2025-02-05 12:57:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool spfa()’: answer.code:22:26: error: ‘e’ does not name a type 22 | for(auto e:to[fa]){ | ^ answer.code:29:18: error: expected ‘;’ before ‘}’ token 29 | } | ^ | ; 30 | } | ~ answer.code:30:9: error: expected primary-expression before ‘}’ token 30 | } | ^ answer.code:29:18: error: expected ‘;’ before ‘}’ token 29 | } | ^ | ; 30 | } | ~ answer.code:30:9: error: expected primary-expression before ‘}’ token 30 | } | ^ answer.code:29:18: error: expected ‘)’ before ‘}’ token 29 | } | ^ | ) 30 | } | ~ answer.code:22:20: note: to match this ‘(’ 22 | for(auto e:to[fa]){ | ^ answer.code:30:9: error: expected primary-expression before ‘}’ token 30 | } | ^