弹窗

· · 休闲·娱乐

#include<windows.h>
using namespace std;
int main(){
    MessageBox(NULL,"内存不足","警告",MB_OK);
    return 0;
}