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