// editor1
#include<stdio.h>
int main(){
char str[]="ABCDE";
    printf("%c",*str(3));
}