- Get link
- X
- Other Apps
URI 1003
Using Python
#input
A=int(input())
B=int(input())
#logic
SOMA = A+B
#output
print("SOMA = {}".format(SOMA)
URI 1003
Using Python
#input
A=int(input())
B=int(input())
#logic
SOMA = A+B
#output
print("SOMA = {}".format(SOMA)