QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^