Hide

Problem K
Gluttonous George

Submissions to this problem will only be marked as accepted if they receive at least a score of 100
Languages en is
/problems/goggi/file/statement/en/img-0001.png
Image taken from Læsisfimman og stærðfræðiþrennan by Hlín Guðnadóttir. Image is used with permission from Ólöf Kristín Knappet Ásgeirsdóttir.

Gluttonous George loves eating big numbers. George is hungry! George is given two numbers to choose from, but George does not know numbers. Help George choose the bigger number, otherwise George will be hungry!

In what direction should George’s beak face in place of the question mark?

Input

Input consists of one line containing first the integer $n$, followed by a space, the question mark ?, another space, and finally the integer $m$.

Output

If the first number is bigger, then output >. If the second number is bigger, then output <. If the numbers are the same size, then output Goggi svangur!.

Scoring

Groups

Points

Constraints

1

100

$0 \leq n, m \leq 1\, 000$

Sample Input 1 Sample Output 1
21 ? 13
>
Sample Input 2 Sample Output 2
1 ? 100
<
Sample Input 3 Sample Output 3
26 ? 26
Goggi svangur!

Please log in to submit a solution to this problem

Log in