try: a = int(input()) print(100 / a) except: print('ошибка ввода')