游客 Signup | Login
中文 | En

3795 - 求值

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

求s=1+2+3+4+5+6...+n的值

Input

n

Output

s=数值

Examples

Input Format

10

Output Format

s=55