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