Given a string S and three operators:
-
Insert(ch, p), inserting the char ch to position p.
-
Find(p), finding the char at position p and print it to screen.
-
Transform(l,r), transforming the characters from position l to position r (including l, r) (we define transforming as for each character c in l to r we apply ('a' + 'z' - c) to transform it)