l,p=map(int,input().split())#사람의 수, 넓이 arr=list(map(int,input().split())) m=l*p for i in arr: print(i-m,end=' ')
접근 방법