n = float(input('мили ')) * 1.609344 print(float('{:.2f}'.format(n)) if n <= 100 else 'слишком много')