#include <stdio.h>

int main() {
char name='A';
printf("%C");
return 0;
}