1026 보물1 [Python] 1026-보물 > 출처 : www.acmicpc.net/problem/1026 N = int(input()) A = list(map(int, input().split())) B = list(map(int, input().split())) A.sort() B.sort(reverse=True) S = sum(map(lambda x: x[0]*x[1], zip(A,B))) print(S) 2020. 10. 27. 이전 1 다음