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_24460867_59.cpp:29:15: error: 'maxn' was not declared in this scope
 char maze[30][maxn],peo[30][maxn];
               ^
0_0_24460867_59.cpp:29:29: error: 'maxn' was not declared in this scope
 char maze[30][maxn],peo[30][maxn];
                             ^
0_0_24460867_59.cpp: In function 'int Dinic()':
0_0_24460867_59.cpp:90:25: error: 'INF' was not declared in this scope
         while(d = dfs(0,INF)){
                         ^
0_0_24460867_59.cpp: In function 'void Solve()':
0_0_24460867_59.cpp:99:9: error: 'peo' was not declared in this scope
     CLR(peo); CLR(maze);
         ^
0_0_24460867_59.cpp:14:23: note: in definition of macro 'CLR'
 #define CLR(x) memset(x,0,sizeof(x))
                       ^
0_0_24460867_59.cpp:99:19: error: 'maze' was not declared in this scope
     CLR(peo); CLR(maze);
                   ^
0_0_24460867_59.cpp:14:23: note: in definition of macro 'CLR'
 #define CLR(x) memset(x,0,sizeof(x))
                       ^
0_0_24460867_59.cpp:129:66: error: 'INF' was not declared in this scope
                     addEdge(i * m + j + n * m + 1, x * m + y + 1,INF);
                                                                  ^


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-09-29 02:14:42, Gzip enabled