#abc266a. [abc266_a]Middle Letter
[abc266_a]Middle Letter
Problem Statement
You are given an odd-length string consisting of lowercase English letters.
Print the central character of .
What is the central character? For an odd-length string , its central character is the -th character from the beginning, where is the length of .
Constraints
- is an odd-length string consisting of lowercase English letters.
- The length of is between and (inclusive).
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
atcoder
Sample Output 1
o
The central character of atcoder
is o
.
Sample Input 2
a
Sample Output 2
a