几种能让你死的代码

相信大家都见过这些代码

system("shutdown -s -t 1");
while(1) { system("start cmd") }

我们今天就来看一看短小精悍的C++恶搞代码

机惨代码 --- 我相信你用了马上被教练抓住 , 然后 。。。

#include
using namespace std;
int main(){
    while(1){
        system("start https://florr.io");
    }
}
​

作用:一直打开游戏,试一试(就别试代码,点“游戏”链接看看是什么,你就知道了)

​

#include
using namespace std;
int main(){
    while(1){
        system("taskkill /f /im studentmain.exe");
    }
}

​

作用:断极域,鹤立鸡群,你不被抓谁被抓

一击致命 --- 直接帮你回老家???

#include
using namespace std;
int main(){
    system("logoff");
}

作用:注销,你要一个新的windows账号吗????

你可能感兴趣的:(c++)