提交时间:2026-01-04 15:28:29
运行 ID: 80708
c, m = [int(i) for i in input().split()] if c < 60 or m < 60: print(1) else: print(0)