/ DIO / 题库 /

P1014 for循环结构

P1014 for循环结构

Description

输入整数n,求1+2+…+n的和,即s=1+2+3+4+…+n,输出s的值

Format

Input

输入整数n。

Output

输出s。

Sample 1

Input

4

Output

10

Limitation

1s, 1024KiB for each test case.

Source

DIO

信息

难度
5
分类
(无)
标签
(无)
递交数
69
已通过
25
通过率
36%
上传者