Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
josiftepe
Oct 18th, 2020
47
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
x
;
int
a
=
0
;
int
b
=
0
;
cin
>>
x
;
if
(
x
==
0
)
{
b
=
1
;
}
while
(
x
>
a
)
{
x
/
=
10
;
b
+
=
1
;
}
cout
<<
b
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Swapzone Glitch ⭐Working⭐
JavaScript | 5 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 20 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes F
JavaScript | 22 sec ago | 0.32 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 27 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐ P
JavaScript | 32 sec ago | 0.32 KB
Swapzone Glitch (Working) 5
JavaScript | 40 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐
JavaScript | 41 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 48 sec ago | 0.32 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!