Day 1 - Report Repair

Input Data:

Part 1:

Problem:

We have to find two numbers in the list that it sum is 2020. X + Y = 2020

Condition:

X + Y = 2020

Response:

X * Y = ?????

Part 2:

Problem:

We have to find three numbers in the list that it sum is 2020. X + Y + Z = 2020

Condition:

X + Y + Z= 2020

Response:

X * Y * Z= ?????