Sum 2

Write a Python script that calculates and prints the sum of integers from a user-provided integer until 10, with the assumption that this integer will always be less than 10. If the user inputs a negative number, the script should terminate.

Example

Input

2

Output

54