Problem nostatement
User LCJLY
Submission Time 2023-01-02 22:04:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int main()’:
nostatement.cpp:38:2: error: ‘assert’ was not declared in this scope
38 | assert(n<1000);
| ^~~~~~
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;