map/map.py

2 lines
74 B
Python
Raw Permalink Normal View History

2021-10-19 00:57:56 +00:00
#byxiamo 2021-06-28 0955 zunyi
print(sum(map(int, input().split())))