You are equipped with two 2’s, two 3’s, and the ability to combine them using
addition, subtraction, multiplication, division, and exponentiation.
Your job is to create all of the integers from 0 to 36.
You may use any number of parentheses to control the order of operations and
when possible, all four of the numbers must be used to create a given integer.
For example: 11 = 2^3+3, however, 11 can be created using all four numbers
and therefore, this solution would not be sufficient.