QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
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; | ^