0_0_23227346_24039.cpp: In function 'void DFS(long long int, long long int, long long int)': 0_0_23227346_24039.cpp:65:10: error: 'cur' was not declared in this scope if(n%cur==0) DFS(pos+1,r,-sign); ^