Problem shoop
User undefinedcritter
Submission Time 2026-05-09 12:46:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shoop.cpp: In function ‘int main()’:
shoop.cpp:30:19: error: expected ‘;’ before ‘special_max’
30 | y = special[i]-i
| ^
| ;
31 | special_max += (y) ^ ( (y^zero) & -(y<zero) );
| ~~~~~~~~~~~