description Problem history Submissions question_mark Qna how_to_vote Vote #2281 upload 56 done 39 how_to_reg 35 0의 개수 세기 timer 1s memory - MB Problems text_fields 1부터 N까지의 자연수를 공책에 적을 때, 쓰게 되는 0의 개수를 출력하는 프로그램을 작성하라. Input 1이상 50,000 이하의 자연수 N이 입력된다. Output 쓰게 되는 0의 개수를 출력한다. Example #1 login Input 10 content_copy logout Output 1 content_copy Example #2 login Input 1000 content_copy logout Output 192 content_copy
Problems text_fields 1부터 N까지의 자연수를 공책에 적을 때, 쓰게 되는 0의 개수를 출력하는 프로그램을 작성하라. Input 1이상 50,000 이하의 자연수 N이 입력된다. Output 쓰게 되는 0의 개수를 출력한다. Example #1 login Input 10 content_copy logout Output 1 content_copy Example #2 login Input 1000 content_copy logout Output 192 content_copy