100 atcoder#ABC059B. [ABC059B] Comparison
[ABC059B] Comparison
Score : points
Problem Statement
You are given two positive integers and . Compare the magnitudes of these numbers.
Constraints
- Neither nor begins with a
0
.
Input
Input is given from Standard Input in the following format:
Output
Print GREATER
if , LESS
if A=B$.
36
24
GREATER
Since , print GREATER
.
850
3777
LESS
9720246
22516266
LESS
123456789012345678901234567890
234567890123456789012345678901
LESS