#include <stdio.h>

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