401701: GYM100514 M oPlus
Memory Limit:64 MB
Time Limit:2 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
M. oPlustime limit per test2 secondsmemory limit per test64 megabytesinputstandard inputoutputstandard output
You are given an encrypted string, encrypted using a certain algorithm.Decrypt it !
Each character of the encrypted string has ASCII code between 0 and 255 inclusive.So you're given the ASCII code of each character.It's guaranteed that the original string is made of lower case English letters.
InputThe first line of input contains integer n, the size of the encrypted string. (1 ≤ n ≤ 105).
The second line contains n integers between 0 and 255 inclusive, speared by space.
OutputPrint the original string.
ExamplesInput7Output
189 182 191 172 164 187 182
charzehInput
7Output
167 177 171 173 187 184 183
yousefiInput
3Output
179 179 170
mmtInput
11Output
188 183 181 183 176 183 175 171 187 172 167
bikiniquery