1 2 3 4 5 6
21
a = list(map(int, input().split())) b = list(map(int, input().split())) print(sum(a + b))