View Code of Problem 1

a, b = input().split()
print(int(a)+int(b))

Double click to view unformatted code.


Back to problem 1