Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 18th, 2018
161
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
(
)
{
int
n
,
s
,
c
;
while
(
scanf
(
"%d"
,&
n
)
!=
EOF
)
{
c
=
n
,
s
=
0
;
for
(
;;
)
{
if
(
n
<
3
)
break
;
s
+=
n
%
3
;
n
=
n
/
3
;
c
+=
n
;
}
printf
(
"%d
\n
"
,
s
+
c
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ API Flaw Money Method
CSS | 14 min ago | 1.04 KB
⭐ Exploit Documentation ⭐
CSS | 14 min ago | 1.04 KB
This month smells like money
CSS | 15 min ago | 1.04 KB
DataGrip.desktop
4 hours ago | 0.46 KB
MC:MT Bridge Skill USB
Bash | 6 hours ago | 15.14 KB
Halo Contact Harvest 25
19 hours ago | 1.66 KB
Halo Contact Harvest 24
19 hours ago | 0.36 KB
Halo Contact Harvest 23
19 hours ago | 1.89 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!