Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int yup(int a,int b)
- {
- a-=b;
- if(!a)
- goto d;
- if(a<(a-a))
- goto e;
- b+=a;
- goto f;
- d: if(a!=b)
- goto e;
- f: a=~b;
- goto d;
- e: return b;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement