Prime
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
给定 个数 ,请你判断 是否为质数。
提示:。
Format
Input
- 第 行: 个整数 ;
- 第 行: 个整数 。
Output
若 为质数,输出 Prime!
,否则输出 Not prime!
。
Samples
2
1 2
Prime!
, 为质数。
3
1 2 3
Not prime!
, 不为质数。
Limitation
本题采用捆绑测试。
- 对于 的数据,。
- 对于另外 的数据,;
- 对于 的数据,,。
[北辰杯 North-Star-Cup] 八月入门赛
- Status
- Done
- Rule
- Ledo
- Problem
- 6
- Start at
- 2023-8-18 18:00
- End at
- 2023-8-19 0:00
- Duration
- 6 hour(s)
- Host
- Partic.
- 105