QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#266266 | #7736. Red Black Tree | ucup-team1060 | Compile Error | / | / | C++20 | 2.5kb | 2023-11-26 10:23:44 | 2023-11-26 10:23:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void sol()’: answer.code:28:25: error: expected initializer before ‘.’ token 28 | int u = Q.front(), Q.pop(); | ^