QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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]++; | ^