X014


Submit solution

Points: 10
Time limit: 1.0s
Memory limit: 493M

Problem type

Nhập vào từ bàn phím 1 xâu \(S\). In ra xâu \(S\) theo thứ tự ngược lại.

Dữ liệu:

  • Một dòng chưa xâu kí tự \(S\).

Kết quả:

  • In xâu ngược lại của xâu \(S\).

Sample Input

abc

Sample Output

cba

Comments

There are no comments at the moment.