QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#735288#9570. Binary Treeucup-team5769Compile Error//C++143.9kb2024-11-11 18:58:582024-11-11 18:58:58

Details

answer.code: In function ‘void cha(int)’:
answer.code:23:25: error: ‘n’ was not declared in this scope
   23 |     if (search_bud ++ > n) return;
      |                         ^
answer.code: In function ‘void dfs(int)’:
answer.code:32:25: error: ‘n’ was not declared in this scope
   32 |     if (search_bud ++ > n) return;
      |                         ^
answer.code: In function ‘void fid(int)’:
answer.code:43:25: error: ‘n’ was not declared in this scope
   43 |     if (search_bud ++ > n) return;
      |                         ^