#include<iostream>
#include<cstdio>
#include<windows.h>
#include<mmsystem.h>
#include<cstring>
#include<algorithm>
#define ll long long
using namespace std;
int main()
{
PlaySound("E:\1\音乐\ 像风一样.wav",NULL,SND_FILENAME|SND_SYNC);
return 0;
}
#include<iostream>
#include<cstdio>
#include<windows.h>
#include<mmsystem.h>
#include<cstring>
#include<algorithm>
#define ll long long
using namespace std;
int main()
{
PlaySound("E:\1\音乐\ 像风一样.wav",NULL,SND_FILENAME|SND_SYNC);
return 0;
}