CS (Computer Science)/Algorithm
27866번: 문자와 문자열
SMASMC
2024. 11. 28. 23:46
# 27866번: 문자와 문자열
s=input()
wordNumber=int(input())
print(s[wordNumber-1])