Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Error Function 1
dsdeep
Sep 21st, 2020
110
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
void
maxNumber
(
node
*
head
)
{
int
max
=
head
->
a
;
while
(
head
)
{
if
(
(
head
->
n
->
a
)
>
max
)
{
max
=
head
->
n
->
a
;
printf
(
"
\n
%d
\n
"
,
max
)
;
}
head
=
head
->
n
;
}
printf
(
"
\n
\t
\t
%d
\n
"
,
max
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Crypto Money Attack
CSS | 31 min ago | 0.21 KB
API Glitch (Up to 1 BTC)
CSS | 31 min ago | 0.21 KB
This summer smells like money
CSS | 31 min ago | 0.21 KB
redteam-deface
HTML | 5 hours ago | 3.15 KB
Untitled
9 hours ago | 0.04 KB
Sparkle Animation Review Template
17 hours ago | 1.20 KB
more sc
17 hours ago | 0.15 KB
EM Operational: Client wants to see a list of...
18 hours ago | 1.46 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!