#define _CRT_SECURE_NO_WARNINGS #include#include #include #include #include #include #include #pragma comment(lib,"winmm.lib") #define x first #define y second using namespace std; typedef long long ll; // 全局变量 extern string bgm; // 函数 extern int add(int a,int b);



