Show More
Commit Description:
fixed test run scoring bug: now it takes the minimum of each test case's score...
Commit Description:
fixed test run scoring bug: now it takes the minimum of each test case's score
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@273 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
test/data/test2_timeout.c
| 11 lines
| 89 B
| text/x-c
| CLexer
|
|
r22 | #include <stdio.h> | ||
int main() | ||||
{ | ||||
int a,b; | ||||
scanf("%d %d",&a,&b); | ||||
while(1) | ||||
; | ||||
} | ||||