a=io.read(1)while a do;b=string.byte(a)if b>=33 and b<=126 then;io.write( string.char((b-33+47)%94+33))else;io.write(a)end;a=io.read(1)end