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_24003995_22263.cpp: In function 'int main()':
0_0_24003995_22263.cpp:37:12: error: 'maze' was not declared in this scope
     cin >> maze[i][j];
            ^
0_0_24003995_22263.cpp:39:6: error: 's1' was not declared in this scope
      s1 = i;
      ^
0_0_24003995_22263.cpp:40:6: error: 's2' was not declared in this scope
      s2 = j;
      ^
0_0_24003995_22263.cpp:43:6: error: 'd1' was not declared in this scope
      d1 = i;
      ^
0_0_24003995_22263.cpp:44:6: error: 'd2' was not declared in this scope
      d2 = j;
      ^
0_0_24003995_22263.cpp:55:3: error: 'maze' was not declared in this scope
   maze[s1][s2] = 'X';
   ^
0_0_24003995_22263.cpp:55:8: error: 's1' was not declared in this scope
   maze[s1][s2] = 'X';
        ^
0_0_24003995_22263.cpp:55:12: error: 's2' was not declared in this scope
   maze[s1][s2] = 'X';
            ^
0_0_24003995_22263.cpp:57:6: error: 'flag' was not declared in this scope
   if(flag){
      ^


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 17:13:46, Gzip enabled