mirror of
https://github.com/MeiK2333/river.git
synced 2025-11-04 14:49:40 +08:00
3 lines
46 B
Python
3 lines
46 B
Python
a, b = input().split()
|
|
print(int(a) + int(b))
|