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