Problem hamster1
User Samyeobeo
Submission Time 2026-03-25 09:42:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hamster1.cpp: In function ‘int main()’:
hamster1.cpp:17:35: error: expected ‘;’ before ‘j’
17 | for(int j = max(i-k+1,1ll) j < i; j++)
| ^~
| ;