QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#608312 | #9184. Team Coding | HuangHanSheng | Compile Error | / | / | C++20 | 3.0kb | 2024-10-03 20:37:06 | 2024-10-03 20:37:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Dfs(int, int)’: answer.code:80:6: error: ‘c’ was not declared in this scope 80 | if(c[u] == id && (_ans[u] > ans || (_ans[u] == ans && _ans2[u] < ans2))) { | ^