QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#836305 | #9924. Reconstruction | ucup-team3811# | Compile Error | / | / | C++20 | 2.9kb | 2024-12-28 17:59:30 | 2024-12-28 18:11:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void build_as()’: answer.code:85:31: error: ‘n’ was not declared in this scope 85 | for(int j=0;j<n;j++){ | ^ answer.code: In function ‘void dfs2(int, int)’: answer.code:142:28: error: ‘mx’ was not declared in this scope; did you mean ‘ax’? 142 | if(mx==-1 || w[h].sz>w[w[r].mx].sz){ | ^~ | ax answer.code: In function ‘void go(int, int, int, int)’: answer.code:160:17: error: ‘ab’ was not declared in this scope; did you mean ‘ax’? 160 | ab=get(r,f); | ^~ | ax