Run ID:97925
提交时间:2024-11-16 20:40:59
s=input().split(" ") a=int(s[0]) b=int(s[1]) if b>=1.1*(a-100)*0.9: print("fat") else: print("thin")