Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Questão 6 Lista de Exercícios IFPB
Joao_Joao
Apr 25th, 2022
767
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
int
n
;
printf
(
"Digite um numero: "
)
;
scanf
(
"%d"
,
&
n
)
;
printf
(
"Antecessor de %d: %d
\n
Sucessor de %d: %d
\n
"
,
n
,
n
-
1
,
n
,
n
+
1
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ObjectiveServer
Lua | 31 sec ago | 6.97 KB
💎 Instant Money Method 💎 🚨🚨
JavaScript | 1 min ago | 0.18 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 🔥🚨
JavaScript | 3 min ago | 0.18 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🔥🚨
JavaScript | 5 min ago | 0.18 KB
⭐⭐⭐Crypto Accounts⭐⭐
Java | 6 min ago | 0.15 KB
🚨 Trading exploit 💎 🚨🚨
JavaScript | 7 min ago | 0.18 KB
💎 Free Crypto Method 💎 🚨🚨
JavaScript | 9 min ago | 0.18 KB
💎 INSTANT MONEY EXPLOIT 💎 🚨🚨
JavaScript | 11 min ago | 0.18 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!