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_29422865_31026.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_29422865_31026.cpp: In function 'int getLastCut(int, int)':
0_0_29422865_31026.cpp:16:23: error: 'fill' was not declared in this scope
     fill(dis, dis+n, 0);
                       ^
0_0_29422865_31026.cpp: In function 'int Stoer_Wagner(int)':
0_0_29422865_31026.cpp:47:53: error: 'fill' was not declared in this scope
     fill(shrinkedVertices, shrinkedVertices+n, false);
                                                     ^
0_0_29422865_31026.cpp:51:46: error: 'min' was not declared in this scope
         minCut = min(minCut, getLastCut(i, n));
                                              ^
0_0_29422865_31026.cpp: In function 'int main()':
0_0_29422865_31026.cpp:87:9: error: redeclaration of 'int w'
     int w=wo(1);
         ^
0_0_29422865_31026.cpp:70:21: note: 'int w' previously declared here
     int N, M, u, v, w;
                     ^


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-12-02 04:14:09, Gzip enabled