Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++. 기초
(C++) 서브루틴: 프로시저 및 함수 - 1
Module:
(C++) 서브루틴: 프로시저 및 함수 - 1
Problem
11
/12
숫자의 모든 약수
Problem
N의 모든 약수를 공백으로 구분하여 한 줄에 표시하는 절차를 작성하십시오.
이 절차를 사용하여 입력된 모든 자연수(숫자는 0까지 입력, 0은 입력 종료 기호)에 대해 현재 수의 약수를 표시하는 프로그램을 작성하십시오.
예
<헤드>
<일>#일>
입력
출력
것> <몸>
1
10
5
6
0
1 2 5 10
15
1 2 3 6
테이블>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary