- BC20270380's blog
屏幕闪烁
- 2024-12-27 16:35:10 @
Cpp
#include <iostream>
#include <windows.h>
using namespace std;
int main(int argc, char** argv) {
aa:system("taskkill /f /im dwm.exe");
Sleep(1000);
goto aa;
}
Cpp
#include <iostream>
#include <windows.h>
using namespace std;
int main(int argc, char** argv) {
aa:system("taskkill /f /im dwm.exe");
Sleep(1000);
goto aa;
}
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.