QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#608312#9184. Team CodingHuangHanShengCompile Error//C++203.0kb2024-10-03 20:37:062024-10-03 20:37:06

Details

answer.code: In function ‘void Dfs(int, int)’:
answer.code:80:6: error: ‘c’ was not declared in this scope
   80 |   if(c[u] == id && (_ans[u] > ans || (_ans[u] == ans && _ans2[u] < ans2))) {
      |      ^