QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#735288 | #9570. Binary Tree | ucup-team5769 | Compile Error | / | / | C++14 | 3.9kb | 2024-11-11 18:58:58 | 2024-11-11 18:58:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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; | ^