Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
oop_2
a53
May 14th, 2020
114
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.25 KB
| None
|
0
0
raw
download
clone
embed
print
report
int Max()
{
int maxim=t[0];
for(int i = 1; i < n; i++)
if(t[i] > maxim)
maxim=t[i];
return maxim;
}
int Cauta(int val)
{
for(int i = 0; i < n; i++)
if(t[i]==val)
return i;
return -1;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
GMAIL Logs (2FA disabled)
JavaScript | 2 sec ago | 0.08 KB
MAKE $500 INSTANTLY 81
JavaScript | 4 sec ago | 0.09 KB
FREE BTC GUIDE G7
JavaScript | 4 sec ago | 0.09 KB
MAKE $500 INSTANTLY S7
JavaScript | 5 sec ago | 0.09 KB
✅ Crypto Accounts
JavaScript | 6 sec ago | 0.08 KB
MAKE $500 INSTANTLY QE
JavaScript | 7 sec ago | 0.09 KB
✅ PayPal Hits
JavaScript | 7 sec ago | 0.08 KB
✅ MAKE $1200 IN 15 MIN TM
JavaScript | 8 sec 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!