0_0_14832383_23893.cpp: In function 'int main()':
0_0_14832383_23893.cpp:76:75: error: invalid types 'char[int]' for array subscript
rep( i , n+2 ) rep( j ,n+2 ) rep( c, k+2 ) dp[i][j][c] = -1 , mp[i][j][c] = 0;
^
0_0_14832383_23893.cpp:83:1: error: 'i' was not declared in this scope
i
^
|