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_24001322_30428.cpp:4:12: error: '_int64' does not name a type
 #define ll _int64
            ^
0_0_24001322_30428.cpp:6:1: note: in expansion of macro 'll'
 ll a,b;
 ^
0_0_24001322_30428.cpp:4:12: error: '_int64' does not name a type
 #define ll _int64
            ^
0_0_24001322_30428.cpp:8:1: note: in expansion of macro 'll'
 ll dp[20][11];
 ^
0_0_24001322_30428.cpp:4:12: error: '_int64' does not name a type
 #define ll _int64
            ^
0_0_24001322_30428.cpp:10:1: note: in expansion of macro 'll'
 ll dfs(int pos,int mod,bool limit)
 ^
0_0_24001322_30428.cpp:4:12: error: '_int64' does not name a type
 #define ll _int64
            ^
0_0_24001322_30428.cpp:35:1: note: in expansion of macro 'll'
 ll solve(int x)
 ^
0_0_24001322_30428.cpp: In function 'int main()':
0_0_24001322_30428.cpp:48:9: error: 'dp' was not declared in this scope
  memset(dp,-1,sizeof(dp));
         ^
0_0_24001322_30428.cpp:51:24: error: 'a' was not declared in this scope
   scanf("%I64d %I64d",&a,&b);
                        ^
0_0_24001322_30428.cpp:51:27: error: 'b' was not declared in this scope
   scanf("%I64d %I64d",&a,&b);
                           ^
0_0_24001322_30428.cpp:53:27: error: 'solve' was not declared in this scope
   printf("%I64d\n",solve(b)-solve(a-1));
                           ^


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-16 18:54:52, Gzip enabled