description Problem history Submissions question_mark Qna how_to_vote Vote #9476 upload 834 done 307 how_to_reg 266 code Language restricted 함수2 - 자가진단 3 timer 1s memory 32MB Problems text_fields 세 개의 실수를 입력받아가장 큰 수를 올림한 정수를 출력하고가장 작은 수를 버림한 정수를 출력한 후남은 수를 반올림한 정수를 출력하는 프로그램을 작성하시오. Example login Input 3.45space_bar 51.48space_bar -100.1 content_copy logout Output 52space_bar -101space_bar 3 content_copy Source 자기주도 파이썬 4판 Backlinks Official problem sets only
Problems text_fields 세 개의 실수를 입력받아가장 큰 수를 올림한 정수를 출력하고가장 작은 수를 버림한 정수를 출력한 후남은 수를 반올림한 정수를 출력하는 프로그램을 작성하시오. Example login Input 3.45space_bar 51.48space_bar -100.1 content_copy logout Output 52space_bar -101space_bar 3 content_copy Source 자기주도 파이썬 4판 Backlinks Official problem sets only