Corona2020
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Ziya suspects that he has contracted coronavirus. In connection with this, he is conducting research on his DNA. As a result of the calculations, he finds out that three different numbers and are related to his DNA. Ziya believes that if by substituting + or - instead of the signs (<>) into the expression , he can obtain the number , then he has not contracted the coronavirus. Otherwise, if it is impossible to do so, then he has contracted it. Help Ziya determine if he has contracted the coronavirus.
Input
Three integers and are given.
Output
If Ziya has not contracted the virus, print the expression , which results in . Otherwise, print the word CORONA. When outputting the expression, there should be no spaces between the numbers and operators.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 4K
Acceptance rate 53%