0_0_18854123_29014.cpp: In function 'int main()':
0_0_18854123_29014.cpp:6:1: error: '__Int64' was not declared in this scope
__Int64 l,r;
^
0_0_18854123_29014.cpp:7:22: error: 'l' was not declared in this scope
scanf("%I64d %I64d",&l,&r);
^
0_0_18854123_29014.cpp:7:25: error: 'r' was not declared in this scope
scanf("%I64d %I64d",&l,&r);
^
0_0_18854123_29014.cpp:8:9: error: expected ';' before 'ans'
__Int64 ans=0;
^
0_0_18854123_29014.cpp:9:14: error: expected ';' before 'i'
for (__Int64 i=0x7fffffffffffffff;i>=1;i>>=1) {
^
0_0_18854123_29014.cpp:9:35: error: 'i' was not declared in this scope
for (__Int64 i=0x7fffffffffffffff;i>=1;i>>=1) {
^
0_0_18854123_29014.cpp:10:9: error: expected ';' before 'first'
__Int64 first =i/2+1;
^
0_0_18854123_29014.cpp:11:1: error: 'ans' was not declared in this scope
ans|=(l&first);
^
0_0_18854123_29014.cpp:11:9: error: 'first' was not declared in this scope
ans|=(l&first);
^
0_0_18854123_29014.cpp:17:19: error: 'ans' was not declared in this scope
printf("%I64d\n", ans);
^
|