elesis's haunt
[Python][2845] 파티가 끝나고 난 뒤 본문
a, b = map(int, input().split())
news = map(int, input().split())
list = ""
for i in news:
list += str(i-a*b)
list += " "
print(list)
'백준~문풀 후 최적화 추가~ > BRONZEⅤ' 카테고리의 다른 글
[Python][3003] 킹, 퀸, 룩, 비숍, 나이트, 폰 (0) | 2022.04.24 |
---|---|
[Python][2914] 저작권 (0) | 2022.04.23 |
[Python][2558] A+B - 2 (0) | 2022.04.23 |
[Python][2557] Hello World (0) | 2022.04.23 |
[Python][2475] 검증수 (0) | 2022.04.23 |
Comments