0_0_17927963_4327.cpp: In function 'void dfs(int, int, ll)':
0_0_17927963_4327.cpp:73:7: error: 'cas' was not declared in this scope
if(cas^num[i])nsum-=cnt[d][i];
^
0_0_17927963_4327.cpp:76:13: error: 'cas' was not declared in this scope
dfs(d+1,x|cas<<d,nsum);
^
|