mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-10 05:38:47 +00:00
4 lines
47 B
Python
4 lines
47 B
Python
|
a = int(input())
|
||
|
b = int(input())
|
||
|
print(a + b)
|