
AI
在 while(1){..} 里运行你的程序。直到结束。#include stdio.h#include windows.h#include mmsystem.h#pragma comment(lib, winmm.lib)
int mAIn(){PlaySound(TEXT(D:\\贪吃蛇素材.c\\游戏过程.wav),NULL,SND_ASYNC | SND_NODEFAULT);while (1) {printf(program is running... here\n);Sleep(1000);}return 0;
}