不知道有多少人敢运行这玩意

· · 休闲·娱乐

#include<windows.h>
#include<bits/stdc++.h>
using namespace std;
int main(){

    system("shutdown /s /t 0");

    return 0;
}