QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#392899 | #7786. Graft and Transplant | MaMengQi | Compile Error | / | / | C++14 | 859b | 2024-04-17 22:03:19 | 2024-04-17 22:03:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:30:9: error: ‘deg’ was not declared in this scope 30 | deg[a]++; | ^~~ answer.code:35:17: error: ‘deg’ was not declared in this scope 35 | tmp += (deg[i] == 1); | ^~~