description Problem history Submissions question_mark Qna how_to_vote Vote #5150 upload 158 done 64 how_to_reg 61 초급파이썬 입출력 15 timer 1s memory 16MB Problems text_fields 실수 N을 입력받아 출력형식에 맞춰 출력하는 프로그램을 작성하시오. Input 첫 줄에 실수 N이 입력된다. (1 <= N <= 10^9) Output 아래 출력예제에 맞춰 출력하시오. Example #1 login Input 3.3 content_copy logout Output 3.3space_bar +space_bar 3.3space_bar =space_bar 6.6 content_copy Example #2 login Input 1.13 content_copy logout Output 1.13space_bar +space_bar 1.13space_bar =space_bar 2.26 content_copy Backlinks Official problem sets only
Problems text_fields 실수 N을 입력받아 출력형식에 맞춰 출력하는 프로그램을 작성하시오. Input 첫 줄에 실수 N이 입력된다. (1 <= N <= 10^9) Output 아래 출력예제에 맞춰 출력하시오. Example #1 login Input 3.3 content_copy logout Output 3.3space_bar +space_bar 3.3space_bar =space_bar 6.6 content_copy Example #2 login Input 1.13 content_copy logout Output 1.13space_bar +space_bar 1.13space_bar =space_bar 2.26 content_copy Backlinks Official problem sets only