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_22582636_4122.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:10:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp:11:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_22582636_4122.cpp: In function 'int spfa()':
0_0_22582636_4122.cpp:37:27: error: 'memset' was not declared in this scope
     memset(d,INF,sizeof(d));
                           ^
0_0_22582636_4122.cpp:39:5: error: 'queueq' was not declared in this scope
     queueq;
     ^
0_0_22582636_4122.cpp:40:7: error: request for member 'push' in 'q', which is of non-class type 'int [10000]'
     q.push(source);
       ^
0_0_22582636_4122.cpp:44:14: error: request for member 'empty' in 'q', which is of non-class type 'int [10000]'
     while(!q.empty())
              ^
0_0_22582636_4122.cpp:46:17: error: request for member 'front' in 'q', which is of non-class type 'int [10000]'
         int u=q.front();
                 ^
0_0_22582636_4122.cpp:47:11: error: request for member 'pop' in 'q', which is of non-class type 'int [10000]'
         q.pop();
           ^
0_0_22582636_4122.cpp:55:42: error: 'min' was not declared in this scope
                 f[v]=min(f[u],edge[i].cap);
                                          ^
0_0_22582636_4122.cpp:60:23: error: request for member 'push' in 'q', which is of non-class type 'int [10000]'
                     q.push(v);
                       ^
0_0_22582636_4122.cpp: In function 'void mcmf(int)':
0_0_22582636_4122.cpp:81:49: error: 'printf' was not declared in this scope
             printf("Oh, I lose my dear seaco!\n");
                                                 ^
0_0_22582636_4122.cpp:87:42: error: 'printf' was not declared in this scope
         printf("%d %.3lf%%\n",x,y*100.0/n);
                                          ^
0_0_22582636_4122.cpp: In function 'int main()':
0_0_22582636_4122.cpp:105:24: error: 'scanf' was not declared in this scope
     while(scanf("%d",&n)!=EOF&&n)
                        ^
0_0_22582636_4122.cpp:105:27: error: 'EOF' was not declared in this scope
     while(scanf("%d",&n)!=EOF&&n)
                           ^
0_0_22582636_4122.cpp:117:36: error: 'memset' was not declared in this scope
         memset(head,-1,sizeof(head));
                                    ^


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-10-01 05:09:39, Gzip enabled