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