Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Given an integer ~N~. Compute and print the sum of the first ~N~ consecutive integers ~1 + 2 + \ldots + N~.
Input:
- An integer ~N~ where ~N \leq 10^9~.
Output:
- Print an integer which is the result of the sum.
Sample Input
4
Sample Output
10
Bình luận