Problem supperbox
User chenweilian
Submission Time 2024-12-27 23:09:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supperbox.cpp: In function ‘int main()’:
supperbox.cpp:176:3: error: ‘assert’ was not declared in this scope
176 | assert(ans[i] != -1);
| ^~~~~~
supperbox.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;