Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Questão 261 Lista de Exercícios IFPB
Joao_Joao
May 21st, 2022
1,946
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
f
(
int
n
)
{
if
(
!
n
)
return
0
;
return
n
%
10
+
f
(
n
/
10
)
;
}
void
main
(
)
{
int
n
;
scanf
(
"%d"
,
&
n
)
;
printf
(
"%d
\n
"
,
f
(
n
)
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Crypto Accounts⭐⭐
Java | 17 sec ago | 0.15 KB
🚨 Trading exploit 💎 🚨🚨
JavaScript | 1 min ago | 0.18 KB
💎 Free Crypto Method 💎 🚨🚨
JavaScript | 3 min ago | 0.18 KB
💎 INSTANT MONEY EXPLOIT 💎 🚨🚨
JavaScript | 5 min ago | 0.18 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 🔥🚨
JavaScript | 9 min ago | 0.18 KB
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 11 min ago | 0.15 KB
💎 Free Crypto Method 💎 🚨🚨
JavaScript | 11 min ago | 0.18 KB
💎 INSTANT MONEY EXPLOIT 💎 🚨🚨
JavaScript | 13 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!