0_0_23657080_13876.cpp:8:16: error: expected initializer before numeric constant
ll dp[2][1<<11]22];
^
0_0_23657080_13876.cpp: In function 'int main()':
0_0_23657080_13876.cpp:14:10: error: 'dp' was not declared in this scope
memset(dp,0,sizeof(dp));
^
|