list=[] while True: try: list.append(input()) if len(list)>=3: break except: break print(list[0],list[1],'%.6f'%float(list[2]))