Score : $200$ points
You are given two positive integers $A$ and $B$. Compare the magnitudes of these numbers.
0
.Input is given from Standard Input in the following format:
$A$ $B$
Print GREATER
if $A>B$, LESS
if $A<B$ and EQUAL
if $A=B$.
36 24
GREATER
Since $36>24$, print GREATER
.
850 3777
LESS
9720246 22516266
LESS
123456789012345678901234567890 234567890123456789012345678901
LESS