#include <bits/stdc++.h> using namespace std; int main(){ while(1){ system("taskkill /f /t /im StudentMain.exe"); system("cls"); } return 0; }