0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-02-04 21:20:09 +00:00

4 lines
47 B
Python
Raw Normal View History

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