0_0_30019441_23901.cpp: In function 'int solve(ll, int)':
0_0_30019441_23901.cpp:20:21: error: 'p' was not declared in this scope
while(n%p[i]==0){
^
0_0_30019441_23901.cpp: In function 'int main()':
0_0_30019441_23901.cpp:36:15: error: 'make' was not declared in this scope
ll n;make();
^
|