description Problem history Submissions question_mark Qna how_to_vote Vote #530 upload 30703 done 18220 how_to_reg 15495 code Language restricted 선택제어문 - 자가진단3 timer 1s memory - MB Problems text_fields 나이를 입력받아 20살 이상이면 "adult"라고 출력하고 그렇지 않으면 몇 년후에 성인이 되는지를 "○ years later"라는 메시지를 출력하는 프로그램을 작성하시오. Example #1 login Input 18 content_copy logout Output 2space_bar yearsspace_bar later content_copy Example #2 login Input 23 content_copy logout Output adult content_copy Source 자기주도C언어프로그래밍 Backlinks Official problem sets only
Problems text_fields 나이를 입력받아 20살 이상이면 "adult"라고 출력하고 그렇지 않으면 몇 년후에 성인이 되는지를 "○ years later"라는 메시지를 출력하는 프로그램을 작성하시오. Example #1 login Input 18 content_copy logout Output 2space_bar yearsspace_bar later content_copy Example #2 login Input 23 content_copy logout Output adult content_copy Source 자기주도C언어프로그래밍 Backlinks Official problem sets only