Show More
Commit Description:
MERGED change set (408:410) from web/judge in branch combined-with-judge (fixed time_limit option bug)...
Commit Description:
MERGED change set (408:410) from web/judge in branch combined-with-judge (fixed time_limit option bug) git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@411 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
test/data/test1_compile_error.c | 13 lines | 117 B | text/x-c | CLexer |
jittat
[grader] fixed bug #6 and #9...
r37 /*
LANG: C
*/
jittat
Merged new-arch-branch changes 61:73 into the trunk...
r22 #include <stdio.h>
int main()
{
int a,
scanf("%d %d",&a,&b);
printf("%d\n",a+b);
return 0;
}