QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#274768 | #7736. Red Black Tree | ucup-team1195 | Compile Error | / | / | C++20 | 3.6kb | 2023-12-03 22:13:15 | 2023-12-03 22:13:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void dfs2(int)’: answer.code:122:25: error: ‘s’ was not declared in this scope 122 | s[j]+=b[j]; | ^ answer.code:148:36: error: ‘s’ was not declared in this scope 148 | sg[x].dp.push_back(s[0]); | ^ answer.code:154:36: error: ‘s’ was not declared in this scope 154 | sg[x].dp.push_back(s[0]+1); | ^