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_37942251_3391.cpp: In function 'll dfs(int, int, int)':
0_0_37942251_3391.cpp:17:21: error: too few arguments to function 'll dfs(int, int, int)'
   ans=(ans+dfs(x+1,y))%mod;
                     ^
0_0_37942251_3391.cpp:10:4: note: declared here
 ll dfs(int x,int y,int k)
    ^
0_0_37942251_3391.cpp:21:21: error: too few arguments to function 'll dfs(int, int, int)'
   ans=(ans+dfs(x,y+1))%mod;
                     ^
0_0_37942251_3391.cpp:10:4: note: declared here
 ll dfs(int x,int y,int k)
    ^
0_0_37942251_3391.cpp: In function 'int main()':
0_0_37942251_3391.cpp:47:26: error: too few arguments to function 'll dfs(int, int, int)'
   printf("%lld\n",dfs(1,1));
                          ^
0_0_37942251_3391.cpp:10:4: note: declared here
 ll dfs(int x,int y,int k)
    ^


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-24 19:51:32, Gzip enabled