Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Hashmat
Pabon_SEC
Sep 3rd, 2016
83
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.27 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
long
long
int
a,b,c
;
while
(
scanf
(
"%lld%lld"
,
&
a,
&
b
)
==
2
)
{
if
(
a
>
b
)
{
printf
(
"%lld
\n
"
,a
-
b
)
;
}
else
{
printf
(
"%lld
\n
"
,b
-
a
)
;
}
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Guide To SUCCESSFUL Trading
CSS | 1 hour ago | 0.36 KB
EARN 5000$ IN 24 HOURS
CSS | 1 hour ago | 0.36 KB
Free Money Method
Python | 1 hour ago | 0.39 KB
Free Crypto MethodGuide
Properties | 1 hour ago | 0.39 KB
Free Crypto Method [LEAK]
CSS | 1 hour ago | 0.36 KB
Crypto Exploit
CSS | 1 hour ago | 0.36 KB
Free Crypto MethodGuide
Properties | 1 hour ago | 0.39 KB
Crypto Exploit
C++ | 1 hour ago | 0.39 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!