0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-01-27 02:00:20 +00:00
2021-08-05 09:00:27 +08:00

4 lines
47 B
Python

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