QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#113729 | #4123. 立体图 | alch07 | Compile Error | / | / | C++20 | 1.2kb | 2023-06-19 08:40:09 | 2023-06-19 08:40:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:33:13: error: ‘assert’ was not declared in this scope 33 | assert(h != 0); | ^~~~~~ answer.code:2:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’? 1 | #include <iostream> +++ |+#include <cassert> 2 |