Tổng chẵn

View as PDF

Points: 100 Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

In ra tổng các số chẵn từ 1 đến \(n\).

Input

  • Ghi số \(n\); \((0 \le n \leq 10^5)\).

Output

  • In ra bài toán.

Example

Test 1
Input
5
Output
6
Test 2
Input
10
Output
30

Comments

There are no comments at the moment.