Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Given a positive integer ~N~ ~(N \leq 10^{12} )~.
Requirements:
- Count the number of divisors of ~N~.
- Calculate the sum of all divisors of ~N~.
Input
- A positive integer ~N~.
Output
- Two integers:
- The number of divisors of ~N~.
- The sum of all divisors of ~N~.
Sample Input
5
Sample Output
2 6
Bình luận