QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#466304 | #6523. Escape Plan | MaMengQi | Compile Error | / | / | C++17 | 1.4kb | 2024-07-07 17:56:48 | 2024-07-07 17:56:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void GetInput()’: answer.code:32:35: error: expected ‘;’ before ‘adj’ 32 | adj[x].push_back({ y, w }) | ^ | ; 33 | adj[y].push_back({ x, w }); | ~~~ answer.code:33:34: error: expected primary-expression before ‘)’ token 33 | adj[y].push_back({ x, w }); | ^