atcoder#ABC266A. [ABC266A] Middle Letter
[ABC266A] Middle Letter
Score : points
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 T, its central character is the \frac{|T|+1}{2}-th character from the beginning, where |T| is the length of T.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.
atcoder
o
The central character of atcoder
is o
.
a
a