SP4275 BFROTATE - rotate it
Description
Rotate the given string starting at the given place from the end with wrapping around at the end. You are allowed to use only BrainFck!
Input Format
Given an integer of strictly 2 digits and a string (length
Output Format
One string of the same length as input and which has same characters in different order as described by problem.