Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 20th, 2018
251
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.09 KB
| None
|
0
0
raw
download
clone
embed
print
report
For
(
i
=
1
;
i
<=
n
-
1
;
i
++
)
For
(
j
=
i
+
1
;
j
<=
n
;
j
++
)
If
(
V
[
i
]
>
V
[
j
]
)
{
aux
=
V
[
i
]
;
V
[
i
]
=
V
[
j
]
;
V
[
j
]
=
aux
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Improved Sed.cs
C# | 8 hours ago | 11.77 KB
Horrible formatting made better
C# | 8 hours ago | 0.37 KB
How to correctly instantiate an HttpClient
C# | 8 hours ago | 0.72 KB
VLF: VLF Notes: VMware ESXi for VSI/VMS hobby...
23 hours ago | 14.59 KB
evdev 2nd seat v4.04
Python | 1 day ago | 21.13 KB
LearnDash - Aelia Currency Switcher integrati...
PHP | 1 day ago | 5.25 KB
bcachefs read error
1 day ago | 1.11 KB
Man's Library
1 day ago | 1.22 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!