QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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])); | ^~~~~~