Problem | construct |
---|---|
User | chenweilian |
Submission Time | 2023-11-05 17:01:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
construct.cpp: In function ‘int main()’:
construct.cpp:105:2: error: ‘assert’ was not declared in this scope
105 | assert(sum >= 0);
| ^~~~~~
construct.cpp:12:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
11 | #include <climits>
+++ |+#include <cassert>
12 | using namespace std;