QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#406460 | #6660. 택시 여행 | HuangHanSheng | Compile Error | / | / | C++20 | 4.5kb | 2024-05-07 12:30:23 | 2024-05-07 12:30:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<long long int> travel(std::vector<long long int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’: answer.code:140:16: error: could not convert ‘ans’ from ‘vector<long int>’ to ‘vector<long long int>’ 140 | return ans; | ^~~ | | | vector<long int>