Ответ:
A=int((input))
B=int((input))
C=int((input))
if A<B:
else: A>B
if A>C
else:
if B<C:
print(C)
print(B)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
A=int((input))
B=int((input))
C=int((input))
if A<B:
else: A>B
if A>C
else:
if B<C:
print(C)
else:
print(B)