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

Add MLE check #3

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 memory. Implement this.

ZainLE commented 4 months ago

I will do it