QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#120819#6660. 택시 여행DianasDog#Compile Error//C++143.9kb2023-07-07 11:32:522024-07-04 00:25:30

详细

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;
      |                     ^