How to find the largest possible product from a list of integers?
For example, given list l = [1,2,3,4,5], I want to print 431 * 52 = 22412.