QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#729445 | #9570. Binary Tree | ucup-team4883# | Compile Error | / | / | C++14 | 2.0kb | 2024-11-09 17:08:14 | 2024-11-09 17:08:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void divid(int)’: answer.code:78:1: error: ‘s’ was not declared in this scope 78 | s vis[u]=1; | ^ answer.code: In function ‘int query(int, int)’: answer.code:36:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 36 | scanf("%d",&res); | ~~~~~^~~~~~~~~~~ answer.code: In function ‘void solve()’: answer.code:94:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 94 | scanf("%d",&n); | ~~~~~^~~~~~~~~ answer.code:98:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 98 | scanf("%d%d",&x,&y); | ~~~~~^~~~~~~~~~~~~~