0_0_33272020_22593.cpp: In function 'int main()':
0_0_33272020_22593.cpp:44:20: error: 'i' was not declared in this scope
if(i&(1<<j))
^
0_0_33272020_22593.cpp:44:26: error: 'j' was not declared in this scope
if(i&(1<<j))
^
0_0_33272020_22593.cpp:45:22: error: lvalue required as increment operand
p++os;
^
0_0_33272020_22593.cpp:47:23: error: 'i' was not declared in this scope
if(dp[i][j]!=-INF)
^
0_0_33272020_22593.cpp:55:42: error: invalid types 'int [18][<unresolved overloaded function type>]' for array subscript
checkmax(ret,dp[(1<<n)-1][end]);
^
|