#include <stdio.h>

int main(void) {
    char ch=0x6162636465666768696a6b6c6d6e6f70717273747576777879;
    printf("%c",ch);
    return 0;
}