본문 바로가기
python-algorithm

백준 8437

by 무적김두칠 2021. 5. 3.

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

댓글