Time Limit: 2 sec / Memory Limit: 1024 MB
Score : 100100 points
Problem Statement
Given a string SS of length NN consisting of lowercase English alphabets, print the last character of SS.
Constraints
-
NN is an integer.
-
1 ≤ N ≤ 10001≤N≤1000
-
SS is a string of length NN consisting of lowercase English alphabets.
Input
Input is given from Standard Input in the following format:
NNSS
Output
Print the last character of SS.