Equality

아직 제출이 없습니다시간 제한1초메모리 제한1024 MB

문제

Given four integers, insert between them the signs +, -, *, or = to obtain a valid equality.

입력

The only line of input contains four integers separated by question marks (?). The integers are non-negative and no longer than four digits each.

출력

The only line of output should contain the equality where one of the question marks is replaced by the equals sign and each of the others by one of the arithmetic operations +, -, or *. If there are several possible solutions, output any one of them. If there are no solutions, output the text EI SAA.