401697: GYM100514 I Peace of AmericanPie
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
I. Peace of AmericanPietime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output
You are given an encrypted string, encrypted using a certain algorithm. Decrypt it !
InputThe first and only line of input contains a string s,each character of s is either 0 or 1 . (8 ≤ |s| ≤ 8 × 104)
OutputPrint the original string.
ExamplesInput01100011011010000110000101110010011110100110010101101000Output
charzehInput
01111001011011110111010101110011011001010110011001101001Output
yousefiInput
0100110101001101010101000011000000110001Output
MMT01