0_0_39747305_12778.cpp: In function 'long long int dfs(long long int, long long int)': 0_0_39747305_12778.cpp:32:31: error: 'p' was not declared in this scope 32 | int x=n%10,y=dfs(n/10,p); | ^