You are given a natural number n. Check if the number is prime.
The first line contains a natural number, n(1≤n≤560).
If the number is prime, output Yes, otherwise output No.
1
No
2
Yes
4
Login to be able to submit.