Module: 서브루틴: 절차 및 기능 - 2


Problem

4/10

숫자의 제수의 수

Problem

자연수의 약수를 반환하는 함수를 작성하세요
<헤드> <일># <몸>
입력 출력
1 6 4
Write the program below
begin
    read(n);
    writeln(numberOfDivisors(n));
end. 

     

Program check result

To check the solution of the problem, you need to register or log in!