- BC20270380's blog
取消定时关机
- @ 2024-11-22 16:34:07
取消定时关机
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
a1:system("shutdown /a");
system("echo 已取消定时关机");
Sleep(500);
goto a1;
}
取消定时关机
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
a1:system("shutdown /a");
system("echo 已取消定时关机");
Sleep(500);
goto a1;
}