#include<iostream>
using namespace std;
#include <stdio.h>
#include <windows.h>
#include <mmsystem.h>
#pragma comment(lib, "winmm.lib")
int main()
{
PlaySound(TEXT("C:\\Users\\28307\\Downloads\\01.+红昭愿.wav"), NULL, SND_ASYNC | SND_NODEFAULT);
return 0;
}