#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
char a[4]={'A','B','C','D'};
string s;
int main(){
cout<<"Jason-GAO制作"<<'\n';
HWND hWnd = GetConsoleWindow();
ShowWindow(hWnd, SW_HIDE);
MessageBoxA(NULL, "Jason-GAO制作,请勿转载", "作者的话",MB_ICONWARNING);
while (1){
int random=rand() % 4;
if(random==1){
}