Show More
Commit Description:
[grader] fixed: import_problem (error in erb calls), check_wrapper; better error handling -- will get 0 score for a particular test run that fails...
Commit Description:
[grader] fixed: import_problem (error in erb calls), check_wrapper; better error handling -- will get 0 score for a particular test run that fails
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@118 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
test/data/test1_correct.c
| 10 lines
| 105 B
| text/x-c
| CLexer
|
|
r22 | #include <stdio.h> | ||
int main() | ||||
{ | ||||
int a,b; | ||||
scanf("%d %d",&a,&b); | ||||
printf("%d\n",a+b); | ||||
return 0; | ||||
} | ||||