QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#175172 | #7103. Red Black Tree | ucup-team1181 | Compile Error | / | / | C++17 | 2.5kb | 2023-09-10 16:37:08 | 2023-09-10 16:37:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:48:20: error: ‘c’ was not declared in this scope 48 | cin >> x ; c[ x ] = 0 ; | ^