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_17575951_25425.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_17575951_25425.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_17575951_25425.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_17575951_25425.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_17575951_25425.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_17575951_25425.cpp: In function 'bool bfs()':
0_0_17575951_25425.cpp:19:5: error: 'queueq' was not declared in this scope
     queueq;
     ^
0_0_17575951_25425.cpp:20:29: error: 'memset' was not declared in this scope
     memset(pre,0,sizeof(pre));
                             ^
0_0_17575951_25425.cpp:23:5: error: 'q' was not declared in this scope
     q.push(s);
     ^
0_0_17575951_25425.cpp: In function 'int max_flow()':
0_0_17575951_25425.cpp:52:38: error: 'min' was not declared in this scope
             Min=min(Min,mp[pre[i]][i]);
                                      ^
0_0_17575951_25425.cpp: In function 'int main()':
0_0_17575951_25425.cpp:65:18: error: 'scanf' was not declared in this scope
     scanf("%d",&t);
                  ^
0_0_17575951_25425.cpp:71:31: error: 'memset' was not declared in this scope
         memset(mp,0,sizeof(mp));
                               ^
0_0_17575951_25425.cpp:77:46: error: 'printf' was not declared in this scope
         printf("Case %d: %d\n",cas,max_flow());
                                              ^


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-18 10:52:34, Gzip enabled