QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#522941 | #5745. Graph Isomorphism | ucup-team864# | Compile Error | / | / | C++23 | 1.8kb | 2024-08-17 17:09:10 | 2024-08-17 17:09:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:56:26: error: ‘d’ was not declared in this scope 56 | rep(i, 1, n + 1) d[i] = 0; | ^ answer.code:61:13: error: ‘d’ was not declared in this scope 61 | d[v]++; | ^