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
Write a program that takes a positive integer ~n~ as input. Print the sum of the first ~n~ natural numbers that are odd.
Input
- One integer number ~n~ ~(n ≤ 10^{9})~.
Output
- Print the sum of the first ~n~ natural numbers that are odd.
Sample Input
5
Sample Output
9
Bình luận