'0' or '1'), push its cost to change to 0 and 1 onto the stack.'&' or '|'), push it onto the stack as a placeholder for future operations.'(', push a special marker onto the stack to indicate the start of a sub-expression.')', pop elements from the stack until the corresponding opening parenthesis is found, evaluate the sub-expression, and push the result back onto the stack.0 and 1.