본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 32775번 가희와 4시간의 벽 1

by 현장 2024. 12. 1.

-Code

s = int(input())
f = int(input())

print("flight" if s > f else "high speed rail")