编辑代码

#include <stdio.h>

/* run this program using the console pauser or add your own getch, system("pause") or input loop */

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