Problem snakes_usaco
User altmanalt
Submission Time 2026-03-04 14:05:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snakes_usaco.cpp: In function ‘int main()’:
snakes_usaco.cpp:12:9: error: ‘k’ was not declared in this scope
12 | assert(k==0);
| ^
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 |