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_32678766_28920.cpp: In function 'int dir(char)':
0_0_32678766_28920.cpp:9:17: error: 'int dir(char)' redeclared as different kind of symbol
 int dir (char ch) {
                 ^
0_0_32678766_28920.cpp:4:11: note: previous declaration 'const int dir [4][2]'
 const int dir[4][2] = {{-1, 0}, {0, -1}, {1, 0}, {0, 1}};
           ^
0_0_32678766_28920.cpp: In function 'int main()':
0_0_32678766_28920.cpp:44:25: error: 'dir' cannot be used as a function
         r[0].d = dir(str);
                         ^
0_0_32678766_28920.cpp:46:25: error: 'dir' cannot be used as a function
         r[1].d = dir(str);
                         ^


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-29 01:49:10, Gzip enabled