#include <stdio.h>

int main(void) {
	// your code goes here
    
    printf("a");
    printf("杨子豪");
	return 0;
}
