QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#120819 | #6660. 택시 여행 | DianasDog# | Compile Error | / | / | C++14 | 3.9kb | 2023-07-07 11:32:52 | 2024-07-04 00:25:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:62:32: error: redeclaration of ‘std::vector<std::pair<long long int, long long int> > tree::S’ 62 | vector<pair<int,int> > S; | ^ answer.code:60:32: note: previous declaration ‘std::vector<std::pair<long long int, long long int> > tree::S’ 60 | vector<pair<int,int> > S; | ^ answer.code:63:21: error: redeclaration of ‘std::vector<long long int> tree::p’ 63 | vector<int> p; | ^ answer.code:61:21: note: previous declaration ‘std::vector<long long int> tree::p’ 61 | vector<int> p; | ^