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