Example: input: a = [[1,2],[2,4]], b = [1,2] output:[5, 10] reasoning: 11 + 22 = 5; 12+ 24 = 10
Which 1 and 2 correspond to the 1 and 2 from a and b?
Example: input: a = [[1,2],[2,4]], b = [1,2] output:[5, 10] reasoning: 11 + 22 = 5; 12+ 24 = 10
Which 1 and 2 correspond to the 1 and 2 from a and b?