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_28324072_14012.cpp:6:1: error: expected initializer before 'int'
 int vis[510];
 ^
0_0_28324072_14012.cpp: In function 'int find_path(int)':
0_0_28324072_14012.cpp:12:14: error: 'vis' was not declared in this scope
          if(!vis[i] && pp[x][i])
              ^
0_0_28324072_14012.cpp:15:17: error: 'map' was not declared in this scope
             if(!map[i] || find_path(map[i]))
                 ^
0_0_28324072_14012.cpp: In function 'int main()':
0_0_28324072_14012.cpp:32:16: error: 'map' was not declared in this scope
         memset(map,0,sizeof(map));
                ^
0_0_28324072_14012.cpp:41:20: error: 'vis' was not declared in this scope
             memset(vis,0,sizeof(vis));
                    ^


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 22:27:24, Gzip enabled