#P12436. [NERC2023] Evaluate It and Back Again
[NERC2023] Evaluate It and Back Again
题目描述
Aidan and Nadia are long-time friends with a shared passion for mathematics. Each of them has a favorite number: Aidan's favorite number is , and Nadia's is .
To commemorate their friendship, their friends want to make a present: a plaque with an arithmetic expression whose value is equal to their favorite numbers. At first glance, it sounds impossible, but the answer is simple: Aidan reads left-to-right , while Nadia reads right-to-left , so the same expression can have different values for them.
For example, if is written on the plaque, then Aidan would calculate the result as , and Nadia would calculate it as .
Find an arithmetic expression that, when read left-to-right, evaluates to , and, when read right-to-left, evaluates to . Its length must be at most characters. It's guaranteed that such an expression exists for all valid inputs.
输入格式
The first line of the input contains two integers and ().
输出格式
Print the expression without spaces or line breaks. It can only contain digits 0 through 9, , , and characters.
The expression must contain at most characters. Leading zeros in numbers are not allowed (the only exception is the notation representing the number ) in both the expression and its reverse. Use of unary or is not allowed. The expression must be well-formed in both directions. The calculation uses the standard operator precedence.
1998 -3192
2023-12-13
413 908
12*34+5