11278 - One-Handed Typist


Difficulty : easy

Solution Description :

Ad hoc problem

input string= "`1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./~!@#$%^&*()_+QWERTYUIOP{}|ASDFGHJKL:"ZXCVBNM<>? "
output string= "`123qjlmfp/[]456.orsuyb;=\789aehtdck-0zx,inwvg'~!@#QJLMFP?{}$%^>ORSUYB:+|&*(AEHTDCK_)ZX<INWVG" "

For each character find the position(n) in input string then print n'th position character from output string.