QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#93528 | #5531. ICC | dong_liu | Compile Error | / | / | C++17 | 1.4kb | 2023-04-01 10:03:17 | 2024-07-01 04:28:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
In file included from /usr/include/c++/13/cassert:44, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:106, from answer.code:1: answer.code: In function ‘void run(int)’: answer.code:56:5: error: invalid ‘static_cast’ from type ‘void’ to type ‘bool’ 56 | assert(setRoad(o[l1], o[l2])); | ^~~~~~