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_17523838_26285.cpp:14:1: error: stray '\243' in program
 int tmp[10][10]£»
 ^
0_0_17523838_26285.cpp:14:1: error: stray '\273' in program
0_0_17523838_26285.cpp:15:1: error: expected initializer before 'int'
 int dx[4]= {-1,0,0,1},dy[4]= {0,-1,1,0};
 ^
0_0_17523838_26285.cpp:15:22: error: expected unqualified-id before ',' token
 int dx[4]= {-1,0,0,1},dy[4]= {0,-1,1,0};
                      ^
0_0_17523838_26285.cpp:15:28: error: expected constructor, destructor, or type conversion before '=' token
 int dx[4]= {-1,0,0,1},dy[4]= {0,-1,1,0};
                            ^
0_0_17523838_26285.cpp: In function 'void dfs(int, int)':
0_0_17523838_26285.cpp:22:2: error: 'tmp' was not declared in this scope
  tmp[x][y] = 1;
  ^
0_0_17523838_26285.cpp:25:16: error: 'dx' was not declared in this scope
   int tx = x + dx[i];
                ^
0_0_17523838_26285.cpp:26:22: error: 'dy' was not declared in this scope
         int ty = y + dy[i];
                      ^
0_0_17523838_26285.cpp: In function 'int main()':
0_0_17523838_26285.cpp:44:10: error: 'tmp' was not declared in this scope
   memset(tmp,0,sizeof(tmp));
          ^


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-23 05:22:02, Gzip enabled