Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Tema nr.6 Info
Gireada
Nov 5th, 2012
329
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
Atl
HTML | 1 hour ago | 0.53 KB
Trainyard 1.7
Lua | 3 hours ago | 7.86 KB
trainyard v1.6
Lua | 3 hours ago | 7.86 KB
Untitled
Java | 4 hours ago | 11.58 KB
disable jnews ads on post page with spesific...
PHP | 5 hours ago | 0.28 KB
Mouse transducer
mIRC | 5 hours ago | 0.61 KB
Disable PeepSo page title override
PHP | 5 hours ago | 0.08 KB
Untitled
Python | 5 hours ago | 1.46 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!