2743 - DS_2023Spring_Homework0 Scoreboard

Time

2023/02/21 00:00:00 2023/03/06 23:59:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
13833 String Reverse

13833 - String Reverse   

Description

Given a string S, output the reverse of S.

Input

The input consists of one line. Each line is a string S with length <= 10000.

The string S does not contain any spaces.

Output

Output the reverse of S.

Sample Input  Download

Sample Output  Download

Tags

23S_DS



Discuss