One day, winnie received a box and a letter. In the letter, there are three integers and five operations(+,-,*,/,%). If one of the three integers can be calculated by the other two integers using any operations only once.. He can open that mysterious box. Or that box will never be open.
输入解释
The input contains several test cases.Each test case consists of three non-negative integers.
输出解释
If winnie can open that box.print "oh,lucky!".else print "what a pity!"