#include <stdio.h>

int main(void) {
	// your code goes here
    printf("she said,'I'm a student\n'");
	return 0;
}
