17526번 풀이 [Python]

sua·2022년 4월 27일
0

Baekjoon

목록 보기
7/161
post-thumbnail

문제


풀이

a = list(map(int, input().split()))
c = list(map(int, input().split()))

print(c[0] - a[2], c[1] // a[1], c[2] - a[0])
profile
가보자고

0개의 댓글