Longge`s problem
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Longge is good at mathematics, and he likes to think about hard mathematical problems which will be solved by some graceful algorithms. Now a problem comes:
Given an integer . Compute for all .
"Oh, I know, I know!" Longge shouts! But do you know? Please solve it.
Input
Each line contains one number .
Output
For each number print in a separate line the sum for all .
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 28%