Problem variety
User chenweilian
Submission Time 2023-11-17 10:34:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

variety.cpp: In function ‘int main()’:
variety.cpp:98:13: error: ‘assert’ was not declared in this scope
98 | assert(b <= n);
| ^~~~~~
variety.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;