728x90
tmp=[1,1,2,2,2,8]
ans=list(map(int,input().split()))
for i in range(6):
if i!=5:
print(tmp[i]-ans[i],end=" ")
else : print(tmp[i]-ans[i])
'백준 > Bronze 5' 카테고리의 다른 글
백준 5522 파이썬 (0) | 2021.01.11 |
---|---|
백준 5337 파이썬 (0) | 2021.01.11 |
백준 2753 파이썬 (0) | 2021.01.11 |
백준 2588 파이썬 (0) | 2021.01.11 |
백준 1330 파이썬 (0) | 2021.01.11 |