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

2 lines
46 B
Python

print(sum(map(int, input().strip().split())))