- 1

#include"stdio.h" #include"math.h" void main() {int m,i,j;          canf("%d",&m); j=sqrt(m); for(i=2,i<=j,i++) if (m%i==0)break

Where is the mistake?

27th Mar 2018, 9:41 AM
Clearlove
1 Answer