Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
PikMike
Apr 20th, 2017
519
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 <stdio.h>
int
main
(
)
{
int
n
;
scanf
(
"%d"
,
&
n
)
;
(
n
>
5
?
printf
(
"0"
)
:
printf
(
"1"
)
)
;
// 1
if
(
n
>
5
)
// 2
printf
(
"0"
)
;
else
printf
(
"1"
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ββ Trading exploit ββ
JavaScript | 27 sec ago | 0.67 KB
π₯π₯ INSTANT $370 IN CASH
JavaScript | 40 sec ago | 0.67 KB
πππ Insane Paid BTC Exploit ππ΅
JavaScript | 1 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 2 min ago | 0.67 KB
ββ Crypto Swap Glitch β Easy money πΈπ°
JavaScript | 3 min ago | 0.67 KB
ββ FREE BTC GUIDE β Working ββ
JavaScript | 3 min ago | 0.67 KB
β β β PASSIVE INCOME 24/7
JavaScript | 4 min ago | 0.67 KB
ββ Free Crypto Method β π―π¨
JavaScript | 5 min ago | 0.67 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!