Problem laughter
User chenweilian
Submission Time 2023-12-05 17:33:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laughter.cpp: In function ‘bool check(int)’:
laughter.cpp:107:2: error: ‘assert’ was not declared in this scope
107 | assert(Sizx < 5000);
| ^~~~~~
laughter.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;