素数求和
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.
题目描述
有一个序列由个数字组成,请找出其中所有的质数并求和
数据范围
输入
第一行输入一个数字N表示序列一共有N个数字 随后一行N个数字表示该序列的N个数字
输出
输出该序列中所有质数的总和
样例
5
8 3 7 2 16
12
样例解释
8 3 7 2 16
其中只有8
、16
不是素数,其余都是素数,所以2+3+7=12
第六届西南石油大学程序设计新生赛
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 12
- Start at
- 2022-11-27 14:10
- End at
- 2022-11-27 18:10
- Duration
- 4 hour(s)
- Host
- Partic.
- 100