woj-server/resource/runner/problem/example/std/ans.py

2 lines
46 B
Python
Raw Permalink Normal View History

2024-03-14 01:18:16 +08:00
print(sum(map(int, input().strip().split())))