프로젝트/Baekjoon
BAEKJOON PYTHON 1000 A+B
Refrin
2021. 8. 19. 23:47
반응형
Prob
Approach
기본 문법
Code
a, b = input().split()
print(int(a) + int(b))
출처
반응형