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_17459319_4936.cpp:6:1: error: '_int64' does not name a type
 _int64 solve(_int64 n)
 ^
0_0_17459319_4936.cpp: In function 'int main()':
0_0_17459319_4936.cpp:30:5: error: '_int64' was not declared in this scope
     _int64 T,l,r,cas = 1,ans;
     ^
0_0_17459319_4936.cpp:31:20: error: 'T' was not declared in this scope
     scanf("%I64d",&T);
                    ^
0_0_17459319_4936.cpp:34:30: error: 'l' was not declared in this scope
         scanf("%I64d %I64d",&l,&r);
                              ^
0_0_17459319_4936.cpp:34:33: error: 'r' was not declared in this scope
         scanf("%I64d %I64d",&l,&r);
                                 ^
0_0_17459319_4936.cpp:35:9: error: 'ans' was not declared in this scope
         ans = solve(r)-solve(l-1);
         ^
0_0_17459319_4936.cpp:35:22: error: 'solve' was not declared in this scope
         ans = solve(r)-solve(l-1);
                      ^
0_0_17459319_4936.cpp:36:39: error: 'cas' was not declared in this scope
         printf("Case #%I64d: %I64d\n",cas++,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-07-08 02:19:13, Gzip enabled