QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#444566 | #8581. 섬 | HuangHanSheng | Compile Error | / | / | C++23 | 3.9kb | 2024-06-15 20:08:53 | 2024-06-15 20:08:54 |
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:127:12: error: could not convert ‘t1’ from ‘vector<std::pair<int, int>>’ to ‘vector<std::array<int, 2>>’ 127 | report(t1), report(t2); | ^~ | | | vector<std::pair<int, int>> answer.code:127:24: error: could not convert ‘t2’ from ‘vector<std::pair<int, int>>’ to ‘vector<std::array<int, 2>>’ 127 | report(t1), report(t2); | ^~ | | | vector<std::pair<int, int>>