Advertisement
Guest User

Untitled

a guest
May 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int sp, pro, op;
  6. scanf("%d %d", &sp, &pro);
  7. op=(sp-pro)/15;
  8. printf("%d\n", op);
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement