Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Josif_tepe
Feb 15th, 2021
172
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
n
;
cin
>>
n
;
int
size_of_n
=
0
;
while
(
n
>
0
)
{
n
/
=
10
;
size_of_n
++
;
}
cout
<<
size_of_n
<<
endl
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🔥🔥 +100,000$ in 1 month 🔥🚨
JavaScript | 11 sec ago | 0.65 KB
🔥🔥🔥 EASY MONEY GUIDE 🔥🔥🔥
Java | 22 sec ago | 0.17 KB
lilka lvgl
Java | 1 min ago | 0.17 KB
💎 2OOO$ 15 MIN INSANE METHOD 📌🔥
JavaScript | 1 min ago | 0.65 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐
JavaScript | 2 min ago | 0.67 KB
⭐ Swapzone Trading Strategy ⭐
JavaScript | 2 min ago | 0.67 KB
🔥🔥 HOW TO EARN $2,500 TONIGHT
Java | 2 min ago | 0.17 KB
⚡ BTC TRICK 2025 💎 | EASIEST CASHOUT 🔥 📌💵
Java | 3 min ago | 0.17 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!