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