QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#626253#7876. Cyclic Substringsucup-team1276Compile Error//C++203.6kb2024-10-10 01:14:222024-10-10 01:14:27

Details

answer.code: In function ‘int main()’:
answer.code:111:5: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
  111 |     dfs(root,0,1);
      |     ^~~
      |     ffs