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