x=int(input()) if x<=150: print("S") elif x<=160: print("M") elif x<=170: print("L") elif x<=180: print("XL") else: print("XXL")
使用您的 Hydro 通用账户