eolymp
bolt
Try our new interface for solving problems
Problems

First or last?

First or last?

Three digit number is given. What digit is bigger: the first digit or the last digit? \InputFile One three digit integer. \OutputFile Print the bigger digit between first and last. In case of equality, print "\textbf{=}".
Time limit 1 second
Memory limit 128 MiB
Input example #1
328
Output example #1
8
Input example #2
832
Output example #2
8
Source SFE-2010 Variant 3