QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#441672 | #8579. 경찰과 도둑 | ZhangYiDe | Compile Error | / | / | C++23 | 981b | 2024-06-14 17:06:41 | 2024-06-14 17:06:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<std::array<long long int, 2> > police_thief(std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’: answer.code:47:16: error: could not convert ‘ans’ from ‘vector<std::pair<int, int>>’ to ‘vector<std::array<long long int, 2>>’ 47 | return ans; | ^~~ | | | vector<std::pair<int, int>>