QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#449967 | #2214. Link Cut Digraph | egypt_ioi2024_05 | Compile Error | / | / | C++17 | 3.9kb | 2024-06-21 21:19:51 | 2024-06-21 21:19:53 |
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:134:13: error: ‘z’ was not declared in this scope 134 | ans[z] += c2.merge(x, y); | ^