0_0_38517461_22749.cpp: In function 'int main()':
0_0_38517461_22749.cpp:36:10: error: 'n' was not declared in this scope
if (c==n) printf("%d\n",n);
^
0_0_38517461_22749.cpp:37:13: error: 'k' was not declared in this scope
else if(n%k==0) printf("0\n");
^
|