The day after a giant party everybody wants to know a couple of things - who was at the party and how many people were there? Since parties are usually pretty big, nobody actually knows the correct number of people who were there. Your friend Krešo was on a party last Saturday and he knows how many people there were per
While reading
Input Specification
The first line of input contains two positive integers,
The second line of input contains
Output Specification
The first and only line of output must contain
Sample Input 1
1 10
10 10 10 10 10
Sample Output 1
0 0 0 0 0
Sample Input 2
5 20
99 101 1000 0 97
Sample Output 2
-1 1 900 -100 -3
Comments