백준 27866 - C

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { char cInputWord[1000]; int iInputNum; scanf("%s", cInputWord); scanf("%d", &iInputNum); printf("%c", cInputWord[iInputNum - 1]); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines