0_0_39611314_12999.cpp: In function 'void dfs(int, int, int)': 0_0_39611314_12999.cpp:44:34: error: 'n' was not declared in this scope 44 | if(x+1<n) dfs(x+1,0,num-1); | ^