#ABC266A. [ABC266A] Middle Letter

[ABC266A] Middle Letter

Score : 100100 points

Problem Statement

You are given an odd-length string SS consisting of lowercase English letters.

Print the central character of SS.

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

  • SS is an odd-length string consisting of lowercase English letters.
  • The length of SS is between 11 and 9999 (inclusive).

Input

Input is given from Standard Input in the following format:

SS

Output

Print the answer.

atcoder
o

The central character of atcoder is o.

a
a