0_0_26178723_27335.cpp: In function 'int main()':
0_0_26178723_27335.cpp:16:21: error: invalid operands of types 'int [65]' and 'int' to binary 'operator<<'
ll all = a<<(k+1)-1;
^
0_0_26178723_27335.cpp:21:10: error: expected initializer before '-' token
ll res - (all - n)/2;
^
0_0_26178723_27335.cpp:24:7: error: 'res' was not declared in this scope
if(res&1)cout<<tmp<<" -"<<endl;
^
0_0_26178723_27335.cpp:25:20: error: unable to find string literal operator 'operator""endl'
else cout<<tmp<<" +"endl;
^
0_0_26178723_27335.cpp:26:4: error: 'res' was not declared in this scope
res = res>>1;
^
0_0_26178723_27335.cpp:29:23: error: unable to find string literal operator 'operator""endl'
if(flg)cout<<tmp+1<<" +"endl;
^
0_0_26178723_27335.cpp:30:19: error: unable to find string literal operator 'operator""endl'
else cout<<tmp<<" +"endl;
^
|