0_0_32773539_2086.cpp:6:1: error: 'll' does not name a type
ll dp[85][85][6500];
^
0_0_32773539_2086.cpp: In function 'int main()':
0_0_32773539_2086.cpp:16:26: error: 'dp' was not declared in this scope
for(int p=1;p<=sum;p++)dp[i][j][p]=0;
^
0_0_32773539_2086.cpp:17:3: error: 'dp' was not declared in this scope
dp[1][1][1] = n * m;
^
|