#include <stdio.h>
main() {

fputc('a',stdout);
}
