문제
Little Mirko wrote into his math notebook an equation containing three positive integers, the equals sign and one of the four basic arithmetic operations (addition, subtraction, multiplication and division). During another class, his friend Slavko erased the equals sign and the operations from Mirko's notebook. Help Mirko by reconstructing the equation from the three integers.
입력
The first line of input contains three integers less than 100, separated by spaces. Note: The input data will guarantee that a solution, although not necessarily unique, will always exist.
출력
On a single line, output a valid equation containing the three integers (in the same order), an equals sign and one of the four operations. If there are multiple solutions, output any of them.
예제 입력 1
5 3 8
예제 출력 1
5+3=8
예제 입력 2
5 15 3
예제 출력 2
5=15/3
이 문제는 현재 제출할 수 없습니다.
이 현상이 잘못되었다고 생각될 경우 관리자한테 문의주세요.