QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#735283#9570. Binary Treeucup-team5769Compile Error//C++143.9kb2024-11-11 18:56:532024-11-11 18:56:59

詳細信息

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;
      |                         ^