Initial values of elements
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
To each element of array of integers the minimum element was added. The obtained values were submitted to the input of the program without changing their order. Restore the initial values of the elements of array.
Input
First line contains positive integer . Next line contains integers. All numbers do not exceed by absolute value.
Output
Print in one line the initial values of the elements of array.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 53%