Read n. Print sum of all prime numbers up to n.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
10
Output
17