QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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