0_0_23657115_32339.cpp: In function 'int main()':
0_0_23657115_32339.cpp:25:28: error: lvalue required as increment operand
for(int q=0;q<=(1<<m);1++)
^
0_0_23657115_32339.cpp:26:15: error: incompatible types in assignment of 'int' to 'long long int [22]'
dp[cur][q]=0;
^
|