sandra0309

vezba9

Dec 7th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include<stdio.h>
  2. //deliteli
  3. int main ()
  4. {int i,n;
  5. scanf("%d",&n);
  6. for (i=1;i<=n;i++)
  7. {
  8.    if (n%i==0)
  9.    {
  10.    printf("%d",i);
  11.    }
  12. }
  13.  
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment