river/example/main.py
2020-03-27 15:18:40 +08:00

3 lines
46 B
Python

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