Run ID:84401

提交时间:2024-07-15 19:00:09

a,b=map(int,input().split()) c=(a-100)*0.9 if b>c*1.1: print("fat") elif b<c*0.9: print("thin") else: print("standard")