Xâu liền xâu

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 xâu \(S\) và đảo ngược 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 (\(|S| \leq 10^5\)).

Output

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

Example

Test 1
Input
abc
Output
abccba

Comments

There are no comments at the moment.