The first line contains the number n >=0
Display on screen:
- sign
> if the first digit is greater than the last;
- sign
< if the first digit is less than the last;
- sign
= if the first and last digits are equal.
Sample input and output
| test number |
Input |
Output |
| 1 |
45545 |
<
|
| 2 |
44 |
= |