QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#443359 | #8581. 섬 | ZhangYiDe | Compile Error | / | / | C++23 | 781b | 2024-06-15 15:16:31 | 2024-06-15 15:16:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void construct_two_trees(int, std::vector<int>, std::vector<int>)’: answer.code:25:13: error: ‘ll’ was not declared in this scope 25 | for(ll it : g[x]) | ^~ answer.code:27:38: error: expected primary-expression before ‘)’ token 27 | t1.pb({x, it}); | ^ answer.code:27:38: error: expected ‘;’ before ‘)’ token 27 | t1.pb({x, it}); | ^ | ;