diff --git "a/4st/Eunseong/\353\254\270\354\236\220\354\231\200 \353\254\270\354\236\220\354\227\264.java" "b/4st/Eunseong/\353\254\270\354\236\220\354\231\200 \353\254\270\354\236\220\354\227\264.java" new file mode 100644 index 00000000..6302b939 --- /dev/null +++ "b/4st/Eunseong/\353\254\270\354\236\220\354\231\200 \353\254\270\354\236\220\354\227\264.java" @@ -0,0 +1,9 @@ +import java.util.Scanner; + +public class Main { + public static void main(String args[]) { + Scanner s = new Scanner(System.in); + + System.out.println(s.nextLine().charAt(s.nextInt() - 1)); + } +} \ No newline at end of file