Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
bitcmp
a53
Nov 10th, 2019
94
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
int bitcmp(long long a, long long b)
{
if((a-b)>>63)
return -1;
else if(a^b)
return 1;
return 0;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
C# | 49 min ago | 3.38 KB
borra usuarios del aula movil + actualiza gru...
Bash | 55 min ago | 1.46 KB
number
JSON | 58 min ago | 0.62 KB
Weel Hab
Lua | 1 hour ago | 4.62 KB
lists and ifelse
JavaScript | 1 hour ago | 3.01 KB
PyPtt get_post(boardkey, aid=Aid) Error
Python | 2 hours ago | 0.71 KB
logs_helix
Lua | 2 hours ago | 26.83 KB
flutter_paging_viewmodel_example_2
Dart | 3 hours ago | 4.17 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!