1038 - 求和
Description

输入一个数字n,求出1+2+3+....+n的和

Input
Output
Examples

Input

10

Output

55

Input

100

Output

5050
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 75
通过次数 58