View Code of Problem 1

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

Double click to view unformatted code.


Back to problem 1