Grades
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Peter the boy gets only twos and fives at school. Find which grades more.
Input
One line contains the Peter's grades. It is known that Peter gets only twos and fives, the grades are given without spaces and there are no more than grades.
Output
Print if fives more than twos. Print if twos more than fives. If the twos and fives are the same amount, print the equality symbol "".
Examples
Input #1
Answer #1
Input #2
Answer #2
Input #3
Answer #3
Submissions 7K
Acceptance rate 56%