2 lines
43 B
Python
2 lines
43 B
Python
print(sum(list(map(int,input().split()))))
|
print(sum(list(map(int,input().split()))))
|