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_20889765_30439.cpp: In function 'void dfs(int, int, int)':
0_0_20889765_30439.cpp:66:22: error: too few arguments to function 'void dfs(int, int, int)'
    upr();dfs(step+1,0);ans=max(ans,_cpf(cube));
                      ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^
0_0_20889765_30439.cpp:70:21: error: too few arguments to function 'void dfs(int, int, int)'
   upl();dfs(step+1,1);ans=max(ans,_cpf(cube));
                     ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^
0_0_20889765_30439.cpp:74:23: error: too few arguments to function 'void dfs(int, int, int)'
   downr();dfs(step+1,2);ans=max(ans,_cpf(cube));
                       ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^
0_0_20889765_30439.cpp:78:23: error: too few arguments to function 'void dfs(int, int, int)'
   downl();dfs(step+1,3);ans=max(ans,_cpf(cube));
                       ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^
0_0_20889765_30439.cpp:82:23: error: too few arguments to function 'void dfs(int, int, int)'
   leftu();dfs(step+1,4);ans=max(ans,_cpf(cube));
                       ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^
0_0_20889765_30439.cpp:86:23: error: too few arguments to function 'void dfs(int, int, int)'
   leftd();dfs(step+1,5);ans=max(ans,_cpf(cube));
                       ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^
0_0_20889765_30439.cpp:90:24: error: too few arguments to function 'void dfs(int, int, int)'
   rightu();dfs(step+1,6);ans=max(ans,_cpf(cube));
                        ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^
0_0_20889765_30439.cpp:94:24: error: too few arguments to function 'void dfs(int, int, int)'
   rightd();dfs(step+1,7);ans=max(ans,_cpf(cube));
                        ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^
0_0_20889765_30439.cpp: In function 'int main()':
0_0_20889765_30439.cpp:109:11: error: too few arguments to function 'void dfs(int, int, int)'
   dfs(0,-1);
           ^
0_0_20889765_30439.cpp:60:6: note: declared here
 void dfs(int step,int k,int N){
      ^


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 16:36:36, Gzip enabled