1
2
3
4
|
a=int(input())
b=int(input())
print( (a-b)//2+b)
print( (a-b)//2)
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
Leetcode 1929 (0) | 2021.07.12 |
---|---|
백준 21300 (0) | 2021.05.03 |
[백준] 10480 (0) | 2021.03.19 |
[백준] 10262 (0) | 2021.03.19 |
[백준] 10214 (0) | 2021.03.19 |
댓글