eolymp
bolt
Try our new interface for solving problems
Problems

Initial values of elements

Initial values of elements

Time limit 1 second
Memory limit 128 MiB

To each element of array of n 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 data

First line contains positive integer n. Next line contains n integers. All numbers do not exceed 100 by absolute value.

Output data

Print in one line the initial values of the elements of array.

Examples

Input example #1
7
1 7 -1 -4 2 1 2
Output example #1
3 9 1 -2 4 3 4
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"