Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Vnesuvanje dva broja i pravenje sporedba
LegoDrifter
Jan 23rd, 2020
207
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
int
n
,
max
,
z
=
10
;
while
(
z
)
{
scanf
(
"%d%d"
,&
n
,&
max
)
;
if
(
max
<
n
)
printf
(
"%d
\n
"
,
n
)
;
else
if
(
max
>
n
)
printf
(
"%d
\n
"
,
max
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
1 hour ago | 5.42 KB
Secrets.kdbx
10 hours ago | 166.19 KB
paul-graham-ghostwriting.prompt.md
1 day ago | 5.68 KB
Energy limiter
1 day ago | 0.34 KB
GEOMETRY SW
1 day ago | 1.85 KB
brain.roblox
3 days ago | 14.59 KB
Untitled
3 days ago | 26.41 KB
Untitled
3 days ago | 14.72 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!