0_0_32357655_3555.cpp: In function 'int main()':
0_0_32357655_3555.cpp:53:24: error: too many arguments to function 'void dfs(int, std::pair<int, int>, int)'
dfs(0,{1,1},0,0);
^
0_0_32357655_3555.cpp:18:6: note: declared here
void dfs(int deep,pair<int,int>f,int now){
^
|