Time Limit: 2 sec / Memory Limit: 1024 MB
Score : 100100 points
Problem Statement
Find the XX-th character from the beginning of the string that is obtained by concatenating these characters: NN copies of A's, NN copies of B's, …, and NN copies of Z's, in this order.
Constraints
-
1 \leq N \leq 1001≤N≤100
-
1 \leq X \leq N\times 261≤X≤N×26
-
All values in input are integers.
Input
Input is given from Standard Input in the following format:
NNXX
Output
Print the answer.