Problem | nostatement |
---|---|
User | LCJLY |
Submission Time | 2023-01-02 21:46:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nostatement.cpp: In function ‘int main()’:
nostatement.cpp:38:2: error: ‘assert’ was not declared in this scope
38 | assert(n<10000);
| ^~~~~~
nostatement.cpp:7:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
6 | #include <cstdlib>
+++ |+#include <cassert>
7 | using namespace std;