int main(){
char m[34];
int n;
gets(m);
printf("x\n");
printf("s\n");
printf("a\n");
printf("c\n");

printf("no\n");
	return 0;
}