QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^~~