Sum of 1st N natural numbers

Statement

Take an input n (integer) from the user. Find the sum of 1st n natural numbers including n.

Example input

100

Example output

5050



Login is required



TEST CASES