Normal-OJ / Sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] TLE will be judged as WA

asef18766 opened this issue · comments

Describe the bug
just like what the title said

To Reproduce
Steps to reproduce the behavior:

  1. create the following C code and send it to server
#include<stdio.h>
int main()
{
    while (1)
    {
        printf("do nothing :P\n");
    }
}

Expected behavior
return TLE statement

Current Behavior
return WA

it is "OLE" and be fix in recent commit