← Back to List

17256번: 달달함이 넘쳐흘러 ↗

Solutions

Python 3
103 B | 103 chars
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])