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