编程介的小学生
2017-09-24 15:36Sum Sum Sum
Problem Description
We call a positive number X P-number if there is not a positive number that is less than X and the greatest common divisor of these two numbers is bigger than 1.
Now you are given a sequence of integers. You task is to calculate the sum of P-numbers of the sequence.
Input
There are several test cases.
In each test case:
The first line contains a integer N(1≤N≤1000). The second line contains N integers. Each integer is between 1 and 1000.
Output
For each test case, output the sum of P-numbers of the sequence.
Sample Input
3
5 6 7
1
10
Sample Output
12
0
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- MYSQL - SUM VALUE TWO TABLE
- mysql
- php
- sum
- 2个回答
- 在一个查询中插入多行的SUM
- mysql
- foreach
- php
- sum
- 1个回答
- 我发现很难使用sum()
- php
- sum
- date
- 1个回答
- 计算不同日期时间值的SUM
- datetime
- php
- sum
- 1个回答
- SUM加倍结果的问题
- mysql
- php
- sum
- 1个回答
换一换