Skip to content

Instantly share code, notes, and snippets.

@takapiko
Created October 30, 2014 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takapiko/d2c4fe40e1d622f48767 to your computer and use it in GitHub Desktop.
Save takapiko/d2c4fe40e1d622f48767 to your computer and use it in GitHub Desktop.
main(a,b,m){
scanf("%d%d",&a,&b);
b=(a+=b)-2*b;
m=b>>31;
!((a=(a+(b^m)-m)/2)%2)&&printf("%d",a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment