๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
  • What would life be If we had no courage to attemp anything?
Problem Solving/JUNGOL

747 : ์—ฐ์‚ฐ์ž - ์ž๊ฐ€์ง„๋‹จ 6

by DevIseo 2022. 1. 13.

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

๋Œ“๊ธ€