Hide
Problem C
Sums of Primes
Languages
en
is
You are given a positive integer
Input
The first and only line of input contains a positive integer
Output
Print the sum of all primes strictly less than
Sample Input 1 | Sample Output 1 |
---|---|
10000 |
5736396 |