Module: Chương trình con: thủ tục và hàm - 2


Problem

4/10

Số ước của một số

Problem

Viết hàm trả về số ước của một số tự nhiên
Ví dụ <đầu>
# Đầu vào Đầu ra
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!