Given a list of integers, write a function to return the maximum product of three numbers in the list. You cannot use the same element more than once.
[1, 2, 3, 4, 5]
60
Bot