>>9957778What kind of "strategy" are you talking about?
You either agree that a notation means one thing or another. What strategy is needed here?
The same way you remember that precedence of the most important operators in programming languages:
https://en.cppreference.com/w/cpp/language/operator_precedenceAnd if it's a complicated expression, or operators where the precedence might not be clear, you use extra parentheses, even if it does not change the meaning of the expression.