Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 2nd, 2020
156
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<stdio.h>
int
main
(
)
{
int
c
,
i
=
0
;
while
(
(
c
=
getchar
(
)
)
!=
EOF
)
{
if
(
c
==
' '
)
++
i
;
if
(
c
==
' '
&&
i
>
1
)
putchar
(
'
\b
'
)
;
if
(
c
!=
' '
)
i
=
0
;
putchar
(
c
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $2500 IN 15 MIN ✅ Working 💵 💎
JavaScript | 2 min ago | 0.22 KB
✅ Instant BTC Profit Method ✅ Working 🚨 🔥
JavaScript | 19 min ago | 0.22 KB
Untitled
Python | 32 min ago | 1.23 KB
✅ Free Crypto Method 🔥 🚨
JavaScript | 36 min ago | 0.22 KB
✅ ChangeNOW Profit Exploit 💎 💵
JavaScript | 53 min ago | 0.22 KB
✅ Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 1 hour ago | 0.22 KB
✅ Swapzone money bug 🚨 🔥
JavaScript | 1 hour ago | 0.22 KB
✅ Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 1 hour ago | 0.22 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!