#include <stdio.h>

int main(void)
{
	printf("\a");
	printf("Started by the sudden sound, Sally shouted, "
		"\"By the Great Pumpkin, what was that!\"");
	return 0;
}