我目前知道一种:
#include<bits/stdc++.h> #include<windows.h> using namespace std; int main() { system("taskkill /im studentmain.exe /f"); cout<<"杀猪成功!!!"; Sleep(10000); return 0; }//由dev-c++5.1.1编写
还有什么快来讨论吧!!!