Problem squidzofrenzic
User newplayer
Submission Time 2026-04-09 23:51:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squidzofrenzic.cpp: In function ‘bool nowork(int)’:
squidzofrenzic.cpp:7:21: error: ‘n’ was not declared in this scope
7 | for(int i = 0; i < n; i++)
| ^
squidzofrenzic.cpp:8:12: error: ‘v’ was not declared in this scope
8 | if(v[i] > mid) return false;
| ^