river/example/py/1001/main.py
2020-11-04 19:23:13 +08:00

3 lines
46 B
Python

a, b = input().split()
print(int(a) + int(b))