QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#147263#4194. Killjoys' ConferenceZhaoZiLongCompile Error//C++201.6kb2023-08-22 22:32:532023-08-22 22:32:54

Details

answer.code: In function ‘void dfs(int, int)’:
answer.code:30:12: error: ‘idv’ was not declared in this scope; did you mean ‘id’?
   30 |         if(idv[v] != 0 && id[v] == id[u])
      |            ^~~
      |            id