Show More
Commit Description:
MERGED change set (407:408) from web/judge in branch combined-with-judge (added import_problem_new)...
Commit Description:
MERGED change set (407:408) from web/judge in branch combined-with-judge (added import_problem_new)
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@409 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) | ||||
; | ||||
} | ||||