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){
^
|