游客 Signup | Login
中文 | En

3411 - 考试四 素数之和

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

输入一个小于200的数,求出小于等于这个数的所有素数之和,当输入的数值大于200或小于0时输出“error”;

Input

输入一个整数

Output

输入的数不在范围之内返回error,反之返回素数和

Examples

Input Format

199

Output Format

4028