// editor4
#include<stdio.h>
int main()
{
     char a;
    scanf("%d",&a);
    printf("Alphabet",& a);
    return 0;
}