Advertisement
rahat62

Toph-A Girl's Story

Jan 31st, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     int X,Y,Z;
  5.     scanf("%d%d",&X,&Y);
  6.     Z=((Y-X)/2)+X;
  7.     printf("%d",Z);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement