Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 26th, 2018
85
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
n
=
nn
<<
1
;
j
=
1
;
for
(
i
=
1
;
i
<
n
;
i
+=
2
)
{
if
(
j
>
i
)
{
swap
(
data
[
j
-
1
]
,
data
[
i
-
1
]
)
;
swap
(
data
[
j
]
,
data
[
i
]
)
;
}
m
=
nn
;
while
(
m
>=
2
&&
j
>
m
)
{
j
-=
m
;
m
>>=
1
;
}
j
+=
m
;
}
;
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
2 hours ago | 6.70 KB
Untitled
4 hours ago | 5.89 KB
client-main mortar and pestle not working
5 hours ago | 268.99 KB
server-main mortar n pestle not working
5 hours ago | 282.40 KB
Untitled
8 hours ago | 12.69 KB
Untitled
9 hours ago | 7.36 KB
pokemon
10 hours ago | 4.25 KB
Untitled
10 hours ago | 27.26 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!