Từ khóa

View as PDF

Points: 100 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập vào 1 xâu \(S\). Hãy in ra ký tự thứ năm và chín của xâu \(S\).

Input

  • Nhập 1 xâu \(S\) chỉ gồm các ký tự in thường không dấu (\(20 \leq |S| \leq 10^5\)).

Output

  • In ra đáp án theo yêu cầu đề bài.

Example

Test 1
Input
abcdeaaaaagubccasncd
Output
E A

Comments

There are no comments at the moment.