We're a place where coders share, stay up-to-date and grow their careers.
SQL works for me. Easy and fast ;)
Get this table naming 'day1':
1.2. Solution
SELECT a1.num*a2.num*a3.num FROM day1 a1 , day1 a2 , day1 a3 WHERE a1.num + a2.num + a3.num = 2020 LIMIT 1
SQL works for me. Easy and fast ;)
Get this table naming 'day1':

1.2. Solution