Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Select Sort
AlexandruT
Sep 25th, 2015
48
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
for
(
i
=
1
;
i
<
n
;
i
++
)
for
(
j
=
i
+
1
;
j
<=
n
;
j
++
)
if
(
a
[
i
]
>
a
[
j
]
)
{
aux
=
a
[
i
]
;
a
[
i
]
=
a
[
j
]
;
a
[
j
]
=
aux
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💎 ChangeNOW Exploit 📌✅
JavaScript | 4 min ago | 0.20 KB
💎 ChangeNOW Exploit 📌✅
JavaScript | 4 min ago | 0.20 KB
💡 EASY MONEY GUIDE ✅ Working ✅📌
JavaScript | 15 min ago | 0.20 KB
💎 ChangeNOW Exploit
JavaScript | 19 min ago | 0.22 KB
Untitled
PHP | 37 min ago | 31.29 KB
🔥 Exchange profit method
JavaScript | 42 min ago | 0.22 KB
Valid Anagrams - LeetCode
Java | 58 min ago | 3.13 KB
InfiniteReboot
Lua | 1 hour ago | 1.41 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!