Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
anagrams WHITESPACES
m2skills
Jul 13th, 2017
196
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
//function to remove white spaces
string removespace
(
string str
)
{
int
m
=
str.
length
(
)
;
int
i
=
0
;
while
(
i
<
m
)
{
while
(
str
[
i
]
==
32
)
str.
erase
(
i,
1
)
;
i
++
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
đ„ Make 1000$ in 20 minutes đ” đ„đ„
JavaScript | 4 sec ago | 0.20 KB
âââInstant Profit Methodââ
Java | 50 sec ago | 0.15 KB
đ„ Make 1000$ in 20 minutes đ”
JavaScript | 1 min ago | 0.24 KB
âââGMAIL Logs (2FA disabled)ââ
Java | 2 min ago | 0.15 KB
â Exploit 500$ in 10 minutes đ„
JavaScript | 3 min ago | 0.24 KB
âââMake $1500 in 20 minutesââ
Java | 3 min ago | 0.15 KB
âââExchange Exploitââ
Java | 5 min ago | 0.15 KB
đ„ Make 1000$ in 20 minutes đ”
JavaScript | 5 min ago | 0.24 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!