8437번 풀이 [Python]

sua·2022년 5월 11일
0

Baekjoon

목록 보기
21/161
post-thumbnail

문제


풀이

a = int(input())
b = int(input())

print((a + b) // 2)
print((a - b) // 2)
profile
가보자고

0개의 댓글