Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
josiftepe
Nov 22nd, 2020
106
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
a
;
int
b
;
cin
>>
a
>>
b
;
for
(
int
i
=
1
;
i
<
10000
;
i
++
)
{
if
(
a
%
i
==
0
and b
%
i
==
0
)
{
cout
<<
i
<<
endl
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐Crypto Exchange Profit Method⭐
JavaScript | 6 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐ 9
JavaScript | 10 sec ago | 0.32 KB
Profit Method
JavaScript | 12 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps) H
JavaScript | 20 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes F
JavaScript | 28 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐ P
JavaScript | 37 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 41 sec ago | 0.32 KB
Swapzone Glitch (Working) 5
JavaScript | 47 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!