Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
juliancardz
Feb 15th, 2019
3,260
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
ARM
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
extern int MAX_2
(
int x
,
int y
)
;
int main
(
)
{
int a
[
5
]
=
{
1
,
20
,
3
,
4
,
5
}
;
int max_val = a
[
0
]
;
int i =
0
;
for
(
i
;i<5;i++){
max_val = MAX_2
(
max_val
,
a
[
i
]
)
}
return max_val
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $15OO in 2O minutesV E
Java | 1 sec ago | 0.06 KB
Profit Method
Java | 5 sec ago | 0.06 KB
MAKE $900 INSTANTLY
Java | 5 sec ago | 0.06 KB
Make $15OO in 2O minutesV G
Java | 8 sec ago | 0.06 KB
Exchange Exploit T P
JavaScript | 10 sec ago | 0.32 KB
Make $15OO in 2O minutesV E
Java | 12 sec ago | 0.06 KB
Exchange Exploit T I
Java | 15 sec ago | 0.06 KB
Exploit 500$ in 15 Minutes
Java | 20 sec 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!