moreover's picture
first commit
acd4009
raw
history blame
48 Bytes
[a, b] = map(int, input().split())
print(a + b)