#include <stdio.h>

int main(void) {
	// your code goes here
	printf("黄敬原\n");
	printf("高中毕业于湖北襄阳四中");
	printf("高考分数：750\n");
}
