QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#66173 | #5144. Set of Intervals | MaMengQi | Compile Error | / | / | C++17 | 2.2kb | 2022-12-07 20:16:58 | 2022-12-07 20:17:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/11/cassert:44, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:33, from answer.code:1: answer.code: In function ‘LL solve()’: answer.code:116:20: error: ordered comparison of pointer with integer zero (‘int (*)[20]’ and ‘int’) 116 | assert(ans > 0); | ~~~~^~~