a = int(input()) b = int(input()) c = float(input()) print("NUMBER = %d" %a) print("SALARY = U$ %.2f" %(b*c))