Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Tema nr.6 Info
Gireada
Nov 5th, 2012
335
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream.h>
#include <conio.h>
int
main
(
)
{
int
a,b
;
cin
>>
a
>>
b
;
while
(
a
!
=
b
)
{
if
(
a
>
b
)
{
a
=
a
-
b
;
}
else
{
b
=
b
-
a
;
}
}
cout
<<
b
;
getch
(
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Free ETH Method ⭐
JavaScript | 5 sec ago | 0.32 KB
⭐ Free ETH Method ⭐ Q
JavaScript | 6 sec ago | 0.32 KB
Profit Method
JavaScript | 10 sec ago | 0.32 KB
MAKE $9OO INSTANTLY D M
Java | 11 sec ago | 0.06 KB
✅ MAKE $900 INSTANTLY
JavaScript | 16 sec ago | 0.32 KB
✅ MAKE $9OO INSTANTLY 6
JavaScript | 19 sec ago | 0.32 KB
Exploit 500$ in 15 Minutes
Java | 21 sec ago | 0.06 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 26 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!