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_37861482_21221.cpp: In function 'long long int dfs(long long int, long long int, long long int, long long int)':
0_0_37861482_21221.cpp:31:44: error: 'max' was not declared in this scope
         int num=max(0ll,max(d-1,up-1-(d!=0)));         //不是d 不是0 不是up
                                            ^
0_0_37861482_21221.cpp:31:45: error: 'max' was not declared in this scope
         int num=max(0ll,max(d-1,up-1-(d!=0)));         //不是d 不是0 不是up
                                             ^
0_0_37861482_21221.cpp:31:45: error: redeclaration of '<typeprefixerror>max'
0_0_37861482_21221.cpp:31:44: note: previous declaration '<typeprefixerror>max'
         int num=max(0ll,max(d-1,up-1-(d!=0)));         //不是d 不是0 不是up
                                            ^
0_0_37861482_21221.cpp:39:29: error: 'max' was not declared in this scope
         int num=max(0ll,up-1);                     //其他数 非0 非up
                             ^
0_0_37861482_21221.cpp: In function 'long long int calc(long long int)':
0_0_37861482_21221.cpp:47:27: error: 'memset' was not declared in this scope
     memset(dp,-1,sizeof dp);
                           ^
0_0_37861482_21221.cpp: In function 'void solve()':
0_0_37861482_21221.cpp:57:48: error: 'scanf' was not declared in this scope
     scanf("%lld%lld%lld%lld%lld",&k,&b,&d,&l,&r);
                                                ^
0_0_37861482_21221.cpp:58:5: error: 'cout' was not declared in this scope
     cout<<(calc(r)-calc(l-1)+mod)%mod<<"\n";
     ^
0_0_37861482_21221.cpp: In function 'int main()':
0_0_37861482_21221.cpp:62:20: error: 'scanf' was not declared in this scope
     scanf("%lld",&T);
                    ^


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-22 22:05:38, Gzip enabled