- C20250015's blog
如何去极域
- 2022-10-19 15:00:54 @
#include<windows.h> using namespace std; int main() { while (true) { system("taskkill -t -f -im StudentMain.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.