100 atcoder#ABC126A. [ABC126A] Changing a Character
[ABC126A] Changing a Character
Score : points
Problem Statement
You are given a string of length consisting of A, B and C, and an integer which is between and (inclusive).
Print the string after lowercasing the -th character in it.
Constraints
- is a string of length consisting of
A,BandC.
Input
Input is given from Standard Input in the following format:
Output
Print the string after lowercasing the -th character in it.
3 1
ABC
aBC
4 3
CABA
CAbA