Advertisement
jacknpoe

yup

Nov 21st, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. int yup(int a,int b)
  2. {
  3.     a-=b;
  4.     if(!a)
  5.     goto d;
  6.     if(a<(a-a))
  7.     goto e;
  8.     b+=a;
  9.     goto f;
  10. d:  if(a!=b)
  11.     goto e;
  12. f:  a=~b;
  13.     goto d;
  14. e:  return b;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement