QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#873064 | #3315. Eulerian Flight Tour | ZhaoZiLong | Compile Error | / | / | C++14 | 2.3kb | 2025-01-26 08:27:21 | 2025-01-26 08:27:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:61:36: error: could not convert ‘dfs(u, -1)’ from ‘void’ to ‘bool’ 61 | REP(u, 1, N) if (!vis[u] and !dfs(u, -1)) { | ~~~^~~~~~~ | | | void answer.code:61:36: error: in argument to unary !