QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#735309#9570. Binary Treeucup-team5769Compile Error//C++143.8kb2024-11-11 19:11:062024-11-11 19:11:06

详细

answer.code: In function ‘void fid(int)’:
answer.code:43:21: error: ‘n’ was not declared in this scope
   43 |     if (bd ++ > 2 * n) return;
      |                     ^