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_13802290_22791.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13802290_22791.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13802290_22791.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_13802290_22791.cpp: In function 'void init()':
0_0_13802290_22791.cpp:13:28: error: 'memset' was not declared in this scope
 memset(head,-1,sizeof(head));
                            ^
0_0_13802290_22791.cpp: In function 'int min(int, int)':
0_0_13802290_22791.cpp:29:1: error: expected ';' before '}' token
 }
 ^
0_0_13802290_22791.cpp: In function 'int bfs(int, int)':
0_0_13802290_22791.cpp:32:30: error: 'memset' was not declared in this scope
     memset(dis,-1,sizeof(dis));
                              ^
0_0_13802290_22791.cpp:33:5: error: 'queueq' was not declared in this scope
     queueq;
     ^
0_0_13802290_22791.cpp:34:5: error: 'q' was not declared in this scope
     q.push(s);
     ^
0_0_13802290_22791.cpp: In function 'int dinic(int, int)':
0_0_13802290_22791.cpp:78:38: error: 'memcpy' was not declared in this scope
         memcpy(work,head,sizeof(head));
                                      ^
0_0_13802290_22791.cpp: In function 'int judge(int)':
0_0_13802290_22791.cpp:103:4: error: expected ';' before 'memset'
    memset(vis,0,sizeof(vis));
    ^
0_0_13802290_22791.cpp:103:28: error: 'memset' was not declared in this scope
    memset(vis,0,sizeof(vis));
                            ^
0_0_13802290_22791.cpp:103:29: error: expected ')' before ';' token
    memset(vis,0,sizeof(vis));
                             ^
0_0_13802290_22791.cpp: At global scope:
0_0_13802290_22791.cpp:107:3: error: expected unqualified-id before 'return'
   return 0;
   ^
0_0_13802290_22791.cpp:108:1: error: expected declaration before '}' token
 }
 ^


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-26 10:05:54, Gzip enabled