1
2
3
4
5
|
import sys
while True:
a,b,c,d=map(int, sys.stdin.readline().split())
if a==b==c==d==0 :exit()
print(c-b,d-a)
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
[백준] 10818 (0) | 2020.12.28 |
---|---|
[백준] 10817 (0) | 2020.12.28 |
[백준] 10569 (0) | 2020.12.28 |
[백준] 10539 (0) | 2020.12.28 |
[백준] 10474 (0) | 2020.12.28 |
댓글