QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#421274 | #8544. Colorful Graph 2 | ucup-team864# | Compile Error | / | / | C++23 | 1.3kb | 2024-05-25 16:05:01 | 2024-05-25 16:05:02 |
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:25:29: error: ‘v’ was not declared in this scope 25 | vis[v] = 0; | ^