Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Simple C++ challenge
Kyosaur
Mar 10th, 2011
394
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
//C++ challenge! Change ONE character in the following code to make it print "x" 20 times.
int
i, n
=
20
;
for
(
i
=
0
;
i
<
n
;
i
--
)
{
cout
<<
"x"
<<
endl
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 29 sec ago | 0.15 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 🔥🚨
JavaScript | 1 min ago | 0.18 KB
💎 Instant Money Method 💎 🚨🚨
JavaScript | 3 min ago | 0.18 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 🔥🚨
JavaScript | 5 min ago | 0.18 KB
⭐⭐⭐Crypto Accounts⭐⭐
Java | 6 min ago | 0.15 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🔥🚨
JavaScript | 7 min ago | 0.18 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 9 min ago | 0.15 KB
🚨 Trading exploit 💎 🚨🚨
JavaScript | 9 min ago | 0.18 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!