-
Bio
初始文件
-O2 -lm -Wall -std=c++14
#include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(),cout.tie(); return 0; }
为黑娃儿点赞
MC神种: 8273485715370759403 6485444294616026053
(java版)
无限生成cmd
#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"; } }
刚刚有个傻冒告诉我鲁迅姓周,真逗啊!周迅是个演员好吗?笑死我了!真想一板砖呼死他!我记得鲁迅原名李大钊,浙江周树人,是著名 的法兰西音乐家,一生有2000多项发明,被称为太空步的创始人。他拥有一个好嗓子,小学时就凭借着90分钟跑100米的优异成绩考上了新 东方烹饪学校!毕业后成功进入富士康苦心练习勃鸡,他擅长110米栏,左手反打技术高超,拿手全垒打,大灌篮,“后空翻180度右旋体 360度后蹬地翻转720度”是他的经典动作,更难得可贵的是他落地没有水花。他还是恶魔果实能力者,传说中的三忍之一,曾大闹天宫,后 改邪归正,统一三国,传说他有107个弟兄,个个铜头铁臂,面目狰狞,这便是羊村的起源,她生平淡泊名利,曾经锻造五色神石补天,因 杀死西门庆等原因,上梁山当了土匪,后遇到高人阿凡达的指点,收买阿童木打死了白雪公主,与七个小矮人快乐的生活在一起。!并写了 名侦探柯南的故事。名侦探柯南讲述的是要成为海贼王的八神太一收服了皮卡丘并登上创界山启动光能使者打败了鲨鱼辣椒,然后跟多啦A 梦一起通过黄金十二宫收集七个葫芦娃召唤神龙复活二代火影,但最终为了保卫M78星云而成为了羊村村长,同蓝精灵们一起抵抗光头强的 入侵的故事。她还写了《时间简史》,后来因抽了龙王三太子的筋,以命偿命。后被太乙真人救活,又送了他不少法宝。然后又创建了‘浴’,‘浴谷’是一个收集变形金刚一起打小怪兽的网站。当时正值小黄人入侵时期,于是,她批量生产大白,成功抵御入侵,再一次拯救 了人类!当她晚年时,热衷于炼丹,炼时经常失败,一大堆毒丹,当最后炼出长生不老之丹时,因老花眼吃错药而死。
#include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(),cout.tie();return 0;
}
-
Accepted Problems
-
Recent Activities
- 【2024级】递归算法 Assignment
- 【2024级】基础dfs Assignment
- 【2024-2025-3-21】3月测试 IOI
- 【2024级】简单排序 Assignment
- 【2024级】递推算法 Assignment
- 【2024级】枚举&优化 Assignment
- 【2024级】字符串作业 Assignment
- 【2024级】字符&字符数组作业 Assignment
- 【2024级】语法测试 IOI
- 【2024级】函数作业 Assignment
- 【2024级】二维数组作业 Assignment
- 【2024级】循环结构作业 Assignment
- 【2024级】选择结构作业 Assignment
- 【2024级】顺序结构作业 Assignment
- 【2024级】一维数组作业 Assignment
-
Recent Solutions
This person is lazy and didn't wrote any solution
Problem Tags
- 递推
- 1