Sort a list from mathematical operations with the highest priority to operations with the lowest priority (operations executed in the first turn should be at the top of the list). Use the theory for reference.
Tip: Remember that unary minus is a minus used to negate a value (like -10, for example).