| Problem | snakes_usaco |
|---|---|
| User | altmanalt |
| Submission Time | 2026-03-04 14:05:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snakes_usaco.cpp: In function ‘int main()’:
snakes_usaco.cpp:12:2: error: ‘assert’ was not declared in this scope
12 | assert(K==0);
| ^~~~~~
snakes_usaco.cpp:4:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
3 | #include <algorithm>
+++ |+#include <cassert>
4 |