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_17889454_14613.cpp: In function 'int main()':
0_0_17889454_14613.cpp:3:26: error: 'n' was not declared in this scope
     while(~scanf("%d%d",&n,&m)){
                          ^
0_0_17889454_14613.cpp:3:29: error: 'm' was not declared in this scope
     while(~scanf("%d%d",&n,&m)){
                             ^
0_0_17889454_14613.cpp:3:30: error: 'scanf' was not declared in this scope
     while(~scanf("%d%d",&n,&m)){
                              ^
0_0_17889454_14613.cpp:4:14: error: 'init' was not declared in this scope
         init();
              ^
0_0_17889454_14613.cpp:5:9: error: 's' was not declared in this scope
         s=0,t=2000;
         ^
0_0_17889454_14613.cpp:5:13: error: 't' was not declared in this scope
         s=0,t=2000;
             ^
0_0_17889454_14613.cpp:6:16: error: 'x' was not declared in this scope
         memset(x,0,sizeof(x));
                ^
0_0_17889454_14613.cpp:6:29: error: 'memset' was not declared in this scope
         memset(x,0,sizeof(x));
                             ^
0_0_17889454_14613.cpp:17:35: error: 'addedge' was not declared in this scope
                 addedge(s,i+1,x[i]);
                                   ^
0_0_17889454_14613.cpp:25:35: error: 'addedge' was not declared in this scope
             addedge(j+1+(1<<m),t,w);
                                   ^
0_0_17889454_14613.cpp:27:20: error: 'Dinic' was not declared in this scope
         puts(Dinic()>=n?"YES":"NO");
                    ^
0_0_17889454_14613.cpp:27:35: error: 'puts' was not declared in this scope
         puts(Dinic()>=n?"YES":"NO");
                                   ^


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-30 09:14:25, Gzip enabled