#include <stdio.h>

int main(void) {
	// your code goes here
    printf("李嘉铭\n");
    printf("银川市第三十一中学\n");
    printf("509\n");
	return 0;
}
