← Back to List

18795번: 이동하기 3 ↗

Solutions

Python 3
84 B | 84 chars
input()
print(sum([*map(int, input().split())]) + sum([*map(int, input().split())]))