Python
a = int(input("高")) b = int(input("体")) c = b / (a * a) if c > 26: print("胖") else: print("正")