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