#abc244a. [abc244_a]Last Letter
[abc244_a]Last Letter
Problem Statement
Given a string of length consisting of lowercase English alphabets, print the last character of .
Constraints
- is an integer.
- is a string of length consisting of lowercase English alphabets.
Input
Input is given from Standard Input in the following format:
Output
Print the last character of .
Sample Input 1
5
abcde
Sample Output 1
e
The last character of abcde
is e
, so e
should be printed.
Sample Input 2
1
a
Sample Output 2
a