Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
FGreater
a53
Nov 25th, 2020
154
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
int FGreater(int a[],int n,int x)
{
int Nr=-1,Max=2147483647;
for(int i=0;i<n;++i)
if(a[i]>x&&a[i]<=Max)
Nr=Max=a[i];
return Nr;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
5 hours ago | 88.05 KB
Untitled
7 hours ago | 58.79 KB
z66is_archive.zip.txt
14 hours ago | 1.05 MB
Untitled
16 hours ago | 71.19 KB
Untitled
16 hours ago | 64.82 KB
Untitled
16 hours ago | 88.55 KB
Untitled
16 hours ago | 65.48 KB
Untitled
17 hours ago | 95.14 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!