Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
399 stars 48 forks source link

Infinite Loop Situation #33

Closed gauravengine closed 3 years ago

gauravengine commented 3 years ago

Is it possible to kill a 'c++' program automatically after it runs for say 1 second because if its run time is greater than that most probably there is an infinite loop which will hang the computer if it isn't manually killed from task-Manager(which I myself do in these situations).