Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
MeehoweCK
Aug 6th, 2021
964
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
;
void
x
(
int
n
)
{
for
(
int
i
=
2
;
i
<
n
;
i
*
=
2
)
cout
<<
i
<<
endl
;
}
int
main
(
)
{
int
n
;
cin
>>
n
;
x
(
n
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Make $1500 in 20 minutes
JavaScript | 19 sec ago | 0.94 KB
✅ MAKE $900 INSTANTLY Y
JavaScript | 51 sec ago | 0.94 KB
Free $$ Method
JavaScript | 1 min ago | 0.94 KB
✅ Crypto Method
JavaScript | 1 min ago | 0.94 KB
Swapzone Glitch (Working)
JavaScript | 2 min ago | 0.94 KB
Exchange Exploit
JavaScript | 2 min ago | 0.94 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 3 min ago | 0.94 KB
ChangeNOW Exploit
JavaScript | 4 min ago | 0.94 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!