Number with four divisors

Xem dạng PDF

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:
Châu Nhật Tăng
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch

Given a positive integer ~𝑛~, count how many positive divisors of ~𝑛~ have exactly ~4~ positive divisors.

Input:

  • A single line containing the positive integer ~𝑛~. ~(𝑛 ≤ 10^{10})~

Output:

  • A single integer representing the result.

Sample Input

8

Sample Output

1

Bình luận

Hãy đọc nội quy trước khi bình luận.


Không có bình luận tại thời điểm này.