#T536. 字符串逆序

字符串逆序

Description

Enter a string of characters ending with '!' and output them in reverse order.

Input Format

Input a string of characters ending with '!'

Output Format

Output the string of characters ending with '!' in reverse order

abc!
cba

译文

CodesOnline