My friend taught me the followings without his memory of the answer:
He said that it is known that there exists an numerical expression which satisfies the following two conditions :
Condition 1 : The expression is represented only by "$x, y, 0, 1, +, -, \times, \div$".(each can be used multiple times.)
Condition 2 : The expression can represent each of $$x+y, x-y, -x+y, -x-y, x\times y, -x\times y, x\div y, -x\div y, y\div x, -y\div x$$ if we use some brackets appropriately.
Suppose that $xy$ does not mean $x\times y$, which means that multiplication always needs "$\times$".
I've been trying to find the answer, but I'm facing difficulty. Can anyone help?
Example : By the way, $-0-x+y$ can represent each of $x+y, x-y, -x+y, -x-y$ if we use some brackets appropriately : $$-(0-x)+y=x+y, -(0-x+y)=x-y,$$$$ (-0-x)+y=-x+y, -0-(x+y)=-x-y.$$