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_14229714_23739.cpp: In function 'bool dfs(ll, ll, int)':
0_0_14229714_23739.cpp:39:16: error: too few arguments to function 'bool dfs(ll, ll, int)'
     dfs(x,y*2-x);
                ^
0_0_14229714_23739.cpp:12:6: note: declared here
 bool dfs(ll x,ll y,int deep)
      ^
0_0_14229714_23739.cpp:40:18: error: too few arguments to function 'bool dfs(ll, ll, int)'
     dfs(x,y*2-x+1);//左
                  ^
0_0_14229714_23739.cpp:12:6: note: declared here
 bool dfs(ll x,ll y,int deep)
      ^
0_0_14229714_23739.cpp:42:20: error: too few arguments to function 'bool dfs(ll, ll, int)'
     dfs((x-1)*2-y,y);
                    ^
0_0_14229714_23739.cpp:12:6: note: declared here
 bool dfs(ll x,ll y,int deep)
      ^
0_0_14229714_23739.cpp:43:22: error: too few arguments to function 'bool dfs(ll, ll, int)'
     dfs((x-1)*2-y+1,y);//y
                      ^
0_0_14229714_23739.cpp:12:6: note: declared here
 bool dfs(ll x,ll y,int deep)
      ^


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-05 01:30:44, Gzip enabled