然后打印下面的文本:
Startled by the sudden sound,Sally shouted,
'By the Great Pumpkin, what was that !'
3 回答
習慣受傷
TA貢獻885條經驗 獲得超1144個贊
C++:
#include?<iostream>
#include?<windows.h>?
using?namespace?std;
int?main()
{
Beep(800,?500);
cout?<<?"Startled?by?the?sudden?sound,Sally?shouted,?'By?the?Great?Pumpkin,?what?was?that?!";
return?0;
}
夂亦
TA貢獻2條經驗 獲得超0個贊
#include <stdio.h>
int main(){
printf("\a");
printf("Startled by the sudden sound,Sally shouted, 'By the Great Pumpkin, what was that !'");
}
- 3 回答
- 0 關注
- 2760 瀏覽
添加回答
舉報
0/150
提交
取消
