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_19783641_31519.cpp:7:1: error: expected initializer before 'int'
 int flag ; 
 ^
0_0_19783641_31519.cpp: In function 'void dfs(int, int, int)':
0_0_19783641_31519.cpp:10:7: error: 'vis' was not declared in this scope
    if(vis[i][j]) return ;
       ^
0_0_19783641_31519.cpp:11:4: error: 'vis' was not declared in this scope
    vis[i][j]=1 ; 
    ^
0_0_19783641_31519.cpp:12:21: error: 'flag' was not declared in this scope
    if(s3[k]=='\0')  flag=1 ;
                     ^
0_0_19783641_31519.cpp:13:7: error: 'flag' was not declared in this scope
    if(flag)  return ;
       ^
0_0_19783641_31519.cpp: In function 'int main()':
0_0_19783641_31519.cpp:33:13: error: 'vis' was not declared in this scope
      memset(vis,0,sizeof(vis)) ;
             ^
0_0_19783641_31519.cpp:35:4: error: 'flag' was not declared in this scope
    flag=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-12-05 10:22:06, Gzip enabled