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_16556281_20544.cpp: In function 'void dfs(int, int)':
0_0_16556281_20544.cpp:14:9: error: invalid operands of types 'int [1005]' and 'int' to binary 'operator^'
     a[x]^=1;
         ^
0_0_16556281_20544.cpp:14:9: error:   in evaluation of 'operator^=(int [1005], int)'
0_0_16556281_20544.cpp:16:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
     if(a[x-1]==1)
                ^
0_0_16556281_20544.cpp:17:16: error: too few arguments to function 'void dfs(int, int)'
         dfs(x-1);
                ^
0_0_16556281_20544.cpp:10:6: note: declared here
 void dfs(int x,int y)
      ^
0_0_16556281_20544.cpp:25:12: error: too few arguments to function 'void dfs(int, int)'
     dfs(x+1);
            ^
0_0_16556281_20544.cpp:10:6: note: declared here
 void dfs(int x,int y)
      ^


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-16 21:31:08, Gzip enabled