Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. int main ()
  2. {int a,b,c,d,e,f,g,h,i;
  3. scanf("%d%d",&a,&b);
  4. d=a+b;
  5. e=a-b;
  6. f=a*b;
  7. g=a/b;
  8. h=a%b;
  9. i=b%c;
  10. printf("%d\n"c)
  11. printf("%d\n"e)
  12. printf("&d\n"f)
  13. printf("&d\n"g)
  14. printf("&d\n"h)
  15. printf("&d\n"i)
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement