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_29626224_24455.cpp:7:12: error: declaration of 'move' as multidimensional array must have bounds for all dimensions except the first
 int move[][] = {
            ^
0_0_29626224_24455.cpp: In function 'int DFS(int, int)':
0_0_29626224_24455.cpp:18:18: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
    DFS(i + move[k][0],j + move[k][1]);
                  ^
0_0_29626224_24455.cpp:18:33: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
    DFS(i + move[k][0],j + move[k][1]);
                                 ^
0_0_29626224_24455.cpp: In function 'int main()':
0_0_29626224_24455.cpp:28:31: error: 'memset' was not declared in this scope
   memset(visit,0,sizeof(visit));
                               ^


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-07-08 17:33:58, Gzip enabled