eolymp
bolt
Try our new interface for solving problems
Problems

Last symbol

Last symbol

Print the last symbol of the string.

Input

String of length no more than 100.

Output

Print the last symbol of the string.

Time limit 1 second
Memory limit 128 MiB
Input example #1
This is my home
Output example #1
e
Author Michael Medvediev