NUMBER = input() HOURS = input() DPH = input() print("NUMBER =",eval(NUMBER)) print("SALARY = U$",f'{eval(HOURS)*eval(DPH):.2f}')