竞赛
考级
普及-
通过率:0%
时间限制:1.00s
内存限制:128MB
给出一个整数n,判断其是否是素数
一个整数n,0<=n<1000
如果是素数,输出Yes,否则输出No
输入#1
2
输出#1
Yes
输入#2
1
输出#2
No