QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#658042#6679. Not Another Path Query ProblemGuanYunchangCompile Error//C++171.8kb2024-10-19 16:02:172024-10-19 16:02:18

Details

answer.code: In function ‘void pro()’:
answer.code:62:34: error: ‘j’ was not declared in this scope
   62 |                 if(find(quereies[j].first) == find(quereies[j].second))cout << "Yes" << endl;
      |                                  ^