0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-10 09:18:48 +00:00
OI-codes/计蒜客/42414/42414.py

4 lines
47 B
Python
Raw Normal View History

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