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_19910751_15827.cpp: In function 'int booldfs()':
0_0_19910751_15827.cpp:49:1: error: 'intx1' was not declared in this scope
 intx1,y1;
 ^
0_0_19910751_15827.cpp:49:7: error: 'y1' was not declared in this scope
 intx1,y1;
       ^
0_0_19910751_15827.cpp:55:1: error: 'x1' was not declared in this scope
 x1=x+r;y1=y+r;
 ^
0_0_19910751_15827.cpp:71:8: error: 'dfs' was not declared in this scope
 if(dfs()) return1;
        ^
0_0_19910751_15827.cpp:71:11: error: 'return1' was not declared in this scope
 if(dfs()) return1;
           ^
0_0_19910751_15827.cpp:89:1: error: 'return0' was not declared in this scope
 return0;
 ^
0_0_19910751_15827.cpp:91:1: error: 'return1' was not declared in this scope
 return1;
 ^
0_0_19910751_15827.cpp: In function 'int main()':
0_0_19910751_15827.cpp:123:5: error: 'inti' was not declared in this scope
 for(inti=1;i<=n;i++)
     ^
0_0_19910751_15827.cpp:123:12: error: 'i' was not declared in this scope
 for(inti=1;i<=n;i++)
            ^
0_0_19910751_15827.cpp:125:5: error: 'intj' was not declared in this scope
 for(intj=1;j<=n;j++)
     ^
0_0_19910751_15827.cpp:125:12: error: 'j' was not declared in this scope
 for(intj=1;j<=n;j++)
            ^
0_0_19910751_15827.cpp:131:1: error: 'intc' was not declared in this scope
 intc=dfs();
 ^
0_0_19910751_15827.cpp:131:10: error: 'dfs' was not declared in this scope
 intc=dfs();
          ^
0_0_19910751_15827.cpp:133:4: error: 'c' was not declared in this scope
 if(c==1) printf("YES\n");
    ^
0_0_19910751_15827.cpp:135:4: error: 'c' was not declared in this scope
 if(c==0) printf("NO\n");
    ^
0_0_19910751_15827.cpp:139:1: error: 'return0' was not declared in this scope
 return0;
 ^


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-27 00:59:19, Gzip enabled