Bài 1.5. Tính tổng dãy số


Submit solution

Points: 1
Time limit: 1.0s
Memory limit: 98M

Author:
Problem type

Nhập vào từ bàn phím số nguyên dương n. Hãy tính tổng dãy số 1 + 2 + 3 + ... + n

Input

số nguyên n (0 < n < 10^9)

Output

1 số duy nhất là đáp án của đề bài

Ví Dụ

Input

10

Output

55

Giải thích: 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 = 55

EEEC

Comments

There are no comments at the moment.