#include<windows.h>
#include<iostream>
using namespace std;
int main(){   
    while(true)system("taskkill /f /im Student.exe");
	return 0;
}