Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
marafon | 12
snowden_web
Jun 28th, 2020
1,161
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
n
=
int
(
input
(
)
)
min_d
=
n %
10
cnt
=
1
while
n
>
0
:
digit
=
n %
10
if
digit
<
min_d:
min_d
=
digit
cnt
=
1
elif
digit
==
min_d:
cnt +
=
1
n //
=
10
print
(
cnt
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ $12,000 two day
CSS | 12 min ago | 0.99 KB
API-Flaw Profit Guide
CSS | 53 min ago | 0.99 KB
Schrödinger's Crit
3 days ago | 15.37 KB
PRCE internal cursor
3 days ago | 0.73 KB
AI Interaction Method
3 days ago | 1.60 KB
awkwrapper.c
C | 3 days ago | 2.35 KB
z66is_archive.zip.txt
3 days ago | 39.19 KB
Clients: Setting up 2FA
4 days ago | 1.44 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!