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_39727703_28290.cpp:9:34: error: 'manx' was not declared in this scope; did you mean 'maxn'?
    9 | int qfg[maxn * maxn],vis[maxn  * manx];
      |                                  ^~~~
      |                                  maxn
0_0_39727703_28290.cpp: In function 'bool dfs(long long int)':
0_0_39727703_28290.cpp:15:22: error: 'vis' was not declared in this scope
   15 |                 if (!vis[v]){
      |                      ^~~
0_0_39727703_28290.cpp: In function 'long long int maxMatch(long long int)':
0_0_39727703_28290.cpp:28:43: error: 'vis' was not declared in this scope
   28 |                 for (int j = 0;j <= n;j++)vis[j] = 0;
      |                                           ^~~
0_0_39727703_28290.cpp: In function 'void init(long long int)':
0_0_39727703_28290.cpp:36:26: error: 'vis' was not declared in this scope
   36 |                 qfg[i] = vis[i] = 0;
      |                          ^~~


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 06:26:52, Gzip enabled