QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#444609 | #8581. 섬 | ZhangYiDe | Compile Error | / | / | C++23 | 3.5kb | 2024-06-15 20:21:29 | 2024-06-15 20:21:30 |
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:124:9: error: redeclaration of ‘int v’ 124 | int v=add_vertex(sd[0],sd[1],sd[2]); | ^ answer.code:91:9: note: ‘int v’ previously declared here 91 | int v=add_vertex(1,2,3); | ^