#include<stdio.h>int main(void){ printf("\a"); printf("startled by the sudden sound,sally shouted,\n"); printf("\"By the Great Pumpkin,what was that!\""); return 0;}