h,w=map(int,input().split()) s=(h-100)*0.9 if w>s*1.1: print("fat") elif w<s*0.9: print("thin") else: print("standard")
使用您的 Hydro 通用账户