Problem | boundlessboxes |
---|---|
User | user123 |
Submission Time | 2023-08-16 10:57:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boundlessboxes.cpp: In function ‘ll find_min(ll, ll)’:
boundlessboxes.cpp:24:2: error: ‘assert’ was not declared in this scope
24 | assert(ans<=max(n, m));
| ^~~~~~
boundlessboxes.cpp:6:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
5 | #include <algorithm>
+++ |+#include <cassert>
6 | #include <utility>