0_0_39683269_31686.cpp: In function 'void solve()':
0_0_39683269_31686.cpp:39:34: error: expected ';' before 'for'
39 | cout<<"Case #"<<cnt<<": "
| ^
| ;
40 | for(int i=1;i<=n;i++)
| ~~~
0_0_39683269_31686.cpp:40:21: error: 'i' was not declared in this scope
40 | for(int i=1;i<=n;i++)
| ^
|