-코드
a = list(map(int, input().split()))
b = list(map(int, input().split()))
r1 = b[0] - a[2]
r2 = b[1] // a[1]
r3 = b[2] - a[0]
print(r1, r2, r3)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[프로그래머스/파이썬] 없는 숫자 더하기 (1) | 2021.10.17 |
---|---|
[백준/파이썬]5618번 공약수 (0) | 2021.10.17 |
[백준/파이썬]2355번 시그마 (0) | 2021.10.16 |
[백준/파이썬]15657번 N과 M (8) (0) | 2021.10.15 |
[백준/파이썬]15656번 N과 M (7) (0) | 2021.10.15 |