100 atcoder#ABC090A. [ABC090A] Diagonal String
[ABC090A] Diagonal String
Score : points
Problem Statement
We have a square grid, where each square contains a lowercase English letters. The letter in the square at the -th row from the top and -th column from the left is .
Print the string of length that can be obtained by concatenating the letters in the squares on the diagonal connecting the top-left and bottom-right corner of the grid, from the top-left to bottom-right.
Constraints
- Input consists of lowercase English letters.
Input
Input is given from Standard Input in the following format:
Output
Print the string of length that can be obtained by concatenating the letters on the diagonal connecting the top-left and bottom-right corner of the grid, from the top-left to bottom-right.
ant
obe
rec
abc
The letters in the squares on the diagonal connecting the top-left and bottom-right corner of the grid are a
, b
and c
from top-right to bottom-left. Concatenate these letters and print abc
.
edu
cat
ion
ean