0_0_20917044_32199.cpp: In function 'int main()':
0_0_20917044_32199.cpp:57:36: error: 'qsort' was not declared in this scope
qsort(mmm,w,sizeof(mmm),cmp);
^
0_0_20917044_32199.cpp:68:27: error: too many arguments to function 'int dfs(int, int, int)'
if(dfs(1,0,n,0))
^
0_0_20917044_32199.cpp:20:5: note: declared here
int dfs(int deep, int sn,int an)
^
|