401702: GYM100514 N tirnaoeumPt
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
N. tirnaoeumPttime limit per test1 secondmemory limit per test256 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
8 25 0 3 7 16 25
charzehInput
7Output
6 28 18 10 16 17 4
yousefiInput
3Output
20 20 11
mmt