Problem fertile
User PlayVoltz
Submission Time 2024-01-09 18:12:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fertile.cpp: In function ‘int32_t main()’:
fertile.cpp:79:2: error: ‘assert’ was not declared in this scope
79 | assert(n>=k);
| ^~~~~~
fertile.cpp:18:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
17 | #include <cstring>
+++ |+#include <cassert>
18 | using namespace std;