
a = int(input())
b = int(input())
c = int(input())
r1 = bool(a > b and a > c)
r2 = bool(a == b and b == c)
print(r1, r2)
'Problem Solving > JUNGOL' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์ ํ์ ์ด๋ฌธ (0) | 2022.01.17 |
---|---|
๋ฆฌ์คํธ1 (0) | 2022.01.14 |
๋ฌธ์์ด1 (0) | 2022.01.14 |
748: ์ฐ์ฐ์ - ์๊ฐ์ง๋จ7 (0) | 2022.01.13 |
745 : ์ฐ์ฐ์ - ์๊ฐ์ง๋จ 4 (0) | 2022.01.13 |
๋๊ธ