eolymp
Competitions

БГУ Личное Первенство

Corona2020

Time limit 1 second
Memory limit 128 MiB

Ziya suspects that he has become infected with a coronavirus. In this regard, he conducts research on his DNA and, because of calculations, finds out that three different numbers a, b and c are associated with his DNA. Ziya believes that if, by substituting in the expression a <> b <> c instead of (<>) + or -, you can get the number 2020, then he did not become infected with the coronavirus. Otherwise, if this is not possible, he becomes infected. Help Ziya find out if he got infected with the coronavirus.

Input data

One line contains the integers a, b, and c (1a, b, c10^8).

Output data

If Ziya is not infected, print the expression a <> b <> c which yields 2020. Otherwise, print the word CORONA. When outputting an expression, there should not be spaces between numbers and operators.

Examples

Input example #1
2019 2020 2021
Output example #1
2019-2020+2021
Input example #2
2019 2020 2022
Output example #2
CORONA
Author Rafael Sadatimov
Source 2019-2020 Azerbaijan Finals, June 17