QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#873257 | #3315. Eulerian Flight Tour | MaMengQi | Compile Error | / | / | C++14 | 2.2kb | 2025-01-26 11:04:27 | 2025-01-26 11:04:27 |
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:57:21: error: ‘vis’ was not declared in this scope; did you mean ‘Vis’? 57 | REP(u, 1, N) if (!vis[u]) C.emplace_back(), dfs(u, C.back()); | ^~~ | Vis