Show More
Commit Description:
[grader] fixed testcase template bug...
Commit Description:
[grader] fixed testcase template bug git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@268 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
test/data/add_nonzero_exit_status.c | 10 lines | 106 B | text/x-c | CLexer |
#include <stdio.h>
int main()
{
int a,b;
scanf("%d %d",&a,&b);
printf("%d\n",a+b);
return 10;
}