QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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}); | ^ | ;