QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#150763#5437. Graph Completingasdf1234codingCompile Error//C++143.7kb2023-08-26 08:38:042023-08-26 08:38:08

Details

answer.code: In function ‘void dfs(long long int, long long int)’:
answer.code:89:27: error: ‘z’ was not declared in this scope
   89 |             tdp[cur][i]=0;z
      |                           ^