Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Bubble sorting
HyperSensualNarwhal
Jan 10th, 2017
95
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
for
(
int
i
=
0
;
i
<
xxl
;
++
i
)
{
for
(
int
j
=
xxl
-
1
;
j
>
i
;
--
j
)
{
if
(
Carea
[
j
-
1
]
>
Carea
[
j
]
)
{
temp
=
Carea
[
j
-
1
]
;
Carea
[
j
-
1
]
=
Carea
[
j
]
;
Carea
[
j
]
=
temp
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 23 sec ago | 0.06 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 54 sec ago | 0.06 KB
💵 💵 Make 3000$ in 20 minutes 💵 💵🚨
JavaScript | 1 min ago | 0.22 KB
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 1 min ago | 0.06 KB
⭐⭐⭐Crypto Accounts⭐⭐
Java | 1 min ago | 0.06 KB
⭐⭐⭐Instant Profit Method⭐⭐
Java | 2 min ago | 0.06 KB
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 2 min ago | 0.06 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 3 min ago | 0.06 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!