aniervs / GraderMock

This mocks a grader from standard programming competitions (I/O checks, and AC,WA,MLE,TLE,RTE verdicts)
0 stars 2 forks source link

implement TLE check #4

Open aniervs opened 4 months ago

aniervs commented 4 months ago

Currently, we don't have a way to check if the code runs out of time. Implement that.

akireev13 commented 4 months ago

Assign me to this one please