Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
irapilguy
Jan 30th, 2021
737
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
void
main
(
)
{
int
a
[
5
]
=
{
3
,
2
,
1
,
5
,
4
}
;
int
sum
=
0
;
for
(
int
i
=
0
;
i
<
5
;
i
++
)
if
(
a
[
i
]
>
sum
)
sum
=
a
[
i
]
;
cout
<<
sum
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
β Instant BTC Profit Method β Working π¨ π₯
JavaScript | 5 min ago | 0.22 KB
β EASY PROFIT GUIDE β Still works π₯ π¨
JavaScript | 12 min ago | 0.22 KB
β MAKE $2500 IN 15 MIN β Working π΅ π
JavaScript | 20 min ago | 0.22 KB
fix podcast issue on rtl
CSS | 24 min ago | 0.66 KB
β Crypto Swap Glitch β Still works π π΅
JavaScript | 28 min ago | 0.22 KB
βββSwapzone.io Glitch (Working)ββ
Java | 35 min ago | 0.09 KB
β Exchange profit method π¨ π₯
JavaScript | 35 min ago | 0.22 KB
βββMake $15OO in 2O minutesV Eββ
Java | 35 min ago | 0.09 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!