1.音乐课
这是作者在网上找的,有时间可以查一下,上代码。
#include<stdio.h>
#include<windows.h>
#include<bits/stdc++.h>
using namespace std;
int main()
{
Sleep(1000);//这里1000毫秒等于1秒
cout<<"\a";//\a是发出声音
return 0;
}
新手小白
1.音乐课
这是作者在网上找的,有时间可以查一下,上代码。
#include<stdio.h>
#include<windows.h>
#include<bits/stdc++.h>
using namespace std;
int main()
{
Sleep(1000);//这里1000毫秒等于1秒
cout<<"\a";//\a是发出声音
return 0;
}
新手小白