PA014 | Tổng từ 1 đến N

View as PDF

Submit solution

Points: 0.01 (partial)
Time limit: 1.0s
Memory limit: 512M
Input: stdin
Output: stdout

Problem type
Allowed languages
C++, Pascal, Python, SCRATCH

Cho một số tự nhiên ~n~. Tính tổng ~1 + 2 + 3 + ... + n~.

Input

Gồm một số ~n~ duy nhất. (~n \leq 3 \times 10^5~)

Output

In ra tổng cần tìm.

Sample Test

Input:

5

Output:

15