elesis's haunt
[Python][3003] 킹, 퀸, 룩, 비숍, 나이트, 폰 본문
white_exit = list(map(int, input().split()))
white_need = [1, 1, 2, 2, 2, 8]
for i in range(len(white_need)):
print(white_need[i]-white_exit[i], end=' ')
'백준~문풀 후 최적화 추가~ > BRONZEⅤ' 카테고리의 다른 글
[Python][5337] 웰컴 (0) | 2022.04.24 |
---|---|
[Python][3046] R2 (0) | 2022.04.24 |
[Python][2914] 저작권 (0) | 2022.04.23 |
[Python][2845] 파티가 끝나고 난 뒤 (0) | 2022.04.23 |
[Python][2558] A+B - 2 (0) | 2022.04.23 |
Comments