1003 - Simple Sum - URI Online Judge

Problem name: 1003 - Simple Sum
Problem link: 1003 - Simple Sum
Judge: URI Online Judge
Solution on GitHub: 1003 - Simple Sum


URI Online Judge 1003 - Simple Sum Solution in Python

A = int(input())
B = int(input())
print("SOMA =", A + B)











Next Post Previous Post
No Comment
Add Comment
comment url