본문 바로가기
python-algorithm

[백준] 2845

by 무적김두칠 2020. 12. 14.

1
2
3
A,B=map(int,(input().split()))
tmp=list(map(int, input().split()))
print("%d %d %d %d %d"%(-A*B+tmp[0],-A*B+tmp[1],-A*B+tmp[2],-A*B+tmp[3],-A*B+tmp[4]))
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 3046  (0) 2020.12.14
[백준] 3003  (0) 2020.12.14
[백준] 2558  (0) 2020.12.14
[백준] 2557  (0) 2020.12.14
[백준] 2475  (0) 2020.12.14

댓글