0_0_38715363_21363.cpp: In function 'void solve()':
0_0_38715363_21363.cpp:31:9: error: expected ',' or ';' before 'int'
31 | int c=0;
| ^~~
0_0_38715363_21363.cpp:47:41: error: 'c' was not declared in this scope
47 | c=cnt[i][k];
| ^
0_0_38715363_21363.cpp:50:41: error: 'c' was not declared in this scope
50 | c=(c+cnt[i][k])%mod;
| ^
0_0_38715363_21363.cpp:55:26: error: 'c' was not declared in this scope
55 | if(mn==inf)mn=-1,c=-1;
| ^
0_0_38715363_21363.cpp:56:31: error: 'c' was not declared in this scope
56 | printf("%lld %d\n",mn,c);
| ^
|