QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#733045 | #9570. Binary Tree | ucup-team983 | Compile Error | / | / | C++14 | 2.0kb | 2024-11-10 16:57:20 | 2024-11-10 16:57:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int dfs(int)’: answer.code:65:24: error: ‘v’ was not declared in this scope 65 | int r = ask(u, v); | ^ answer.code:66:34: error: expected primary-expression before ‘return’ 66 | if(r == 0) st[v] = true, return dfs(u); | ^~~~~~