#include <stdio.h>

int main(void) {
	// your code goes here
    printf("刘嘉睿! \n");
	return 0;
}
