Created
December 1, 2016 15:05
-
-
Save xNWDD/f45b0a1e9297762b4e08f4e57cc8f409 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inline long long int powsign(long long int v){ return ((~(v & 0x1))<<1)+3; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment