#include <stdio.h>

int main(void) {
	// your code goes here
	printf("She said:“I am a student”");
	return 0;
}
