Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Fast GCD
a guest
Mar 7th, 2015
1,313
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.10 KB
| None
|
0
0
raw
download
clone
embed
print
report
template
<
typename
T
>
T gcd
(
T a, T b
)
{
while
(
(
a
%
=
b
)
&&
(
b
%
=
a
)
)
;
return
a
|
b
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 4 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐ I
JavaScript | 10 sec ago | 0.31 KB
⭐ Instant Profit Method ⭐ F
JavaScript | 30 sec ago | 0.31 KB
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐⭐
Java | 33 sec ago | 0.09 KB
⭐Swapzone Glitch (Working) 9
JavaScript | 39 sec ago | 0.31 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 44 sec ago | 0.06 KB
✅ MAKE $5OO IN 15 MIN 3
JavaScript | 49 sec ago | 0.31 KB
ChangeNOW Exploit
JavaScript | 54 sec ago | 0.32 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!