F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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);
                   ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-23 00:02:20, Gzip enabled