Skip to content

Latest commit

 

History

History

27866. 문자와 문자열

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

[Bronze V] 문자와 문자열 - 27866

문제 링크

성능 요약

메모리: 31256 KB, 시간: 40 ms

분류

구현, 문자열

문제 설명

단어 S$S$와 정수 i$i$가 주어졌을 때, S$S$의 i$i$번째 글자를 출력하는 프로그램을 작성하시오.

입력

첫째 줄에 영어 소문자와 대문자로만 이루어진 단어 S$S$가 주어진다. 단어의 길이는 최대 1000$1\,000$이다.

둘째 줄에 정수 i$i$가 주어진다. (1≤i≤|S|$1 \le i \le \left|S\right|$)

출력

 S$S$의 i$i$번째 글자를 출력한다.