Python/CodeUp

1039 - 정수 2개 입력받아 합 출력하기2

GLOWWW 2021. 2. 18. 18:41
a ,b = input().split(" ")
print(int(a) + int(b))
저작자표시 비영리 동일조건 (새창열림)