581 - ojTestContest2 Scoreboard

Time

2014/09/09 12:00:00 2014/09/11 00:00:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
1002 String Reverse
10000 hello world

1002 - String Reverse   

Description

Given a string S, output the reverse of S.

Input

The input consists of many lines. Each line is a string S with length <= 1000000.
The string S does not contain any spaces.

Output

Output the the reverse of S. One in each line.

Sample Input  Download

Sample Output  Download

Tags

klrscpp sss



Discuss




10000 - hello world   

Description

 print "hello world"

Input

(no input)

Output

 print out hello world on screen.

Sample Input  Download

Sample Output  Download

Tags

hi #include <stdio.h> #include<stdio.h> in hello world \n HAHA



Discuss