Bingo!
That is, IMHO, the best solution. The temptation is to look only at binary operators, and forget unary ones.
I've seen one other solution, although it seems artificial to me, using an "operator" of "floor division" (the integral portion of the result of a division, what Excel refers to as the "quotient" function, but I would never call that a quotient). That might be standard in programming, but not in math. Using that (with "//" as its notation, 22=((7+8)*3)//2.