0_0_38682460_216.cpp: In function 'void solve()':
0_0_38682460_216.cpp:20:27: error: unable to find numeric literal operator 'operator""j'
20 | for(int j=0j<m;j++){
| ^~
0_0_38682460_216.cpp:20:27: note: use '-fext-numeric-literals' to enable more built-in suffixes
0_0_38682460_216.cpp:20:35: error: expected ';' before ')' token
20 | for(int j=0j<m;j++){
| ^
| ;
0_0_38682460_216.cpp:28:22: error: incompatible types in assignment of 'int' to 'long long int [20010]'
28 | tsum = INT_MAX ;
| ^
0_0_38682460_216.cpp:30:28: error: two consecutive '[' shall only introduce an attribute before '[' token
30 | tdp[[j]]=a[i]+sum[(i-j)%m][m-j];
| ^
|