d, h, w = map(int, input().split()) r = d / ((h ** 2 + w ** 2) ** 0.5) print(int(h * r), int(w * r)) 반응형 공유하기 게시글 관리 두루미의 스포츠 데이터분석실