QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#555645#9237. Messagegg_gongCompile Error//C++203.0kb2024-09-10 07:23:412024-09-10 07:23:41

Details

answer.code: In function ‘std::vector<int> dfs(int)’:
answer.code:84:22: error: ‘val’ was not declared in this scope
   84 |         for(int uu=u;val[uu]<2;uu=nxt[uu]){
      |                      ^~~
answer.code:84:35: error: ‘nxt’ was not declared in this scope
   84 |         for(int uu=u;val[uu]<2;uu=nxt[uu]){
      |                                   ^~~