#include <stdio.h>
void main()
{
printf("\a");
printf("Startled by the sudden sound, Sally shouted, \n\"By the Great Pumpkin, what was that!\"");
}
C primer plus(编程练习)file-3.11-3
最新推荐文章于 2021-03-09 14:03:02 发布
#include <stdio.h>
void main()
{
printf("\a");
printf("Startled by the sudden sound, Sally shouted, \n\"By the Great Pumpkin, what was that!\"");
}