QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#445024 | #8581. 섬 | MaMengQi | Compile Error | / | / | C++20 | 1.5kb | 2024-06-15 23:06:24 | 2024-06-15 23:06:26 |
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:67:17: error: ‘add_vertex’ was not declared in this scope 67 | int d = add_vertex(a, b, c); | ^~~~~~~~~~ answer.code:70:9: error: ‘report’ was not declared in this scope 70 | report(t1); | ^~~~~~