1679: 【基础题】素数判断
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:82
Solved:35
Description
上机练习4.4.3 输入一个整数,若是素数,输出“YES”,否则输出“NO”
Input
一个整数,范围为2~2147483647。
Output
素数输出“YES”,否则输出“NO”。
Sample Input Copy
7
Sample Output Copy
YES