View Code of Problem 1

a=input()
b=input()
c=int(a)+int(b)
print(c)

Double click to view unformatted code.


Back to problem 1