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_17681614_24022.cpp: In function 'int main()':
0_0_17681614_24022.cpp:5:25: error: 'row' was not declared in this scope
  while (scanf("%d %d", &row, &col) != EOF){
                         ^
0_0_17681614_24022.cpp:5:31: error: 'col' was not declared in this scope
  while (scanf("%d %d", &row, &col) != EOF){
                               ^
0_0_17681614_24022.cpp:5:34: error: 'scanf' was not declared in this scope
  while (scanf("%d %d", &row, &col) != EOF){
                                  ^
0_0_17681614_24022.cpp:5:39: error: 'EOF' was not declared in this scope
  while (scanf("%d %d", &row, &col) != EOF){
                                       ^
0_0_17681614_24022.cpp:6:3: error: 'ans' was not declared in this scope
   ans = -1;
   ^
0_0_17681614_24022.cpp:7:10: error: 'status' was not declared in this scope
   memset(status, 0, sizeof(status));
          ^
0_0_17681614_24022.cpp:7:35: error: 'memset' was not declared in this scope
   memset(status, 0, sizeof(status));
                                   ^
0_0_17681614_24022.cpp:9:16: error: 'graph' was not declared in this scope
    scanf("%s", graph[i]);
                ^
0_0_17681614_24022.cpp:12:6: error: 'init' was not declared in this scope
      init.x = j, init.y = i;
      ^
0_0_17681614_24022.cpp:17:7: error: 'init' was not declared in this scope
   bfs(init);
       ^
0_0_17681614_24022.cpp:17:11: error: 'bfs' was not declared in this scope
   bfs(init);
           ^
0_0_17681614_24022.cpp:18:21: error: 'printf' was not declared in this scope
   printf("%d\n", ans);
                     ^


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-10-06 23:31:12, Gzip enabled