/*
TASK: Y1984
LANG: C
*/
#include <stdio.h>
int main() {
 printf("A");
 return 0;
}