QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#147263 | #4194. Killjoys' Conference | ZhaoZiLong | Compile Error | / | / | C++20 | 1.6kb | 2023-08-22 22:32:53 | 2023-08-22 22:32:54 |
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:30:12: error: ‘idv’ was not declared in this scope; did you mean ‘id’? 30 | if(idv[v] != 0 && id[v] == id[u]) | ^~~ | id