Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Brazil World Cup
noor017
Jun 29th, 2015
217
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.28 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
int
N
;
while
(
scanf
(
"%d"
,
&
N
)
==
1
)
{
if
(
0
<
N
&&
N
<=
100
)
{
printf
(
"vai ter copa!
\n
"
)
;
}
else
{
printf
(
"vai ter duas!
\n
"
)
;
}
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Exploit Documentation ⭐
CSS | 16 min ago | 1.05 KB
✅ API Flaw Money Method
CSS | 18 min ago | 1.05 KB
This month smells like money
CSS | 18 min ago | 1.05 KB
LLM-Generated Epub Reader In FreeBASIC (DOS/L...
FreeBasic | 5 hours ago | 42.59 KB
webshell.php
PHP | 5 hours ago | 1.27 KB
Cloudformation - ECS wellcome-docker
YAML | 22 hours ago | 2.59 KB
Gemini Ai image Logo Creation
1 day ago | 0.11 KB
Untitled
2 days ago | 0.01 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!