然后打印下面的文本:
Startled by the sudden sound,Sally shouted,
'By the Great Pumpkin, what was that !'
3 回答

習(xí)慣受傷
TA貢獻885條經(jīng)驗 獲得超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條經(jīng)驗 獲得超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 關(guān)注
- 2748 瀏覽
添加回答
舉報
0/150
提交
取消