Given a,b, output a+b.
a,b<=100000000.
a+b
Given a string S, output the reverse of S.
The input consists of many lines. Each line is a string S with length <= 1000000. The string S does not contain any spaces.
Output the the reverse of S. One in each line.