25311

#include <stdio.h>

int main(void){
    int year = 0;
    scanf("%d", &year);
    
    printf("A");
    return 0;
}

+ Recent posts