Problem | zanespresents |
---|---|
User | chenweilian |
Submission Time | 2024-12-28 09:58:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
zanespresents.cpp: In function ‘int main()’:
zanespresents.cpp:133:2: error: ‘assert’ was not declared in this scope
133 | assert(n > 1000);
| ^~~~~~
zanespresents.cpp:13:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
12 | #include <iomanip>
+++ |+#include <cassert>
13 | using namespace std;