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
Write a program to determine if a given integer ~n~ is a prime number.
A prime number is a natural number greater than ~1~ that has exactly two distinct positive divisors: ~1~ and itself.
Input
- One integer number ~n~ ~(n ≤ 10^{12})~.
Output
- Print YES if ~n~ is a prime number. Otherwise, print NO.
Sample Input
11
Sample Output
YES
Bình luận