본문 바로가기
백준문제/브론즈 5

백준) 30214번 - python

by kiseno 2024. 3. 11.
728x90
반응형
SMALL
a,b = map(int, input().split())

print("E" if a>=b/2 else "H")
728x90
반응형
LIST

'백준문제 > 브론즈 5' 카테고리의 다른 글

.백준) 30676번 - python  (0) 2024.03.13
백준) 30224번 - python  (0) 2024.03.12
백준) 30087번 - python  (0) 2024.03.10
백준) 30030번 - python  (0) 2024.03.09
백준) 30007번 - python  (0) 2024.03.08