Show More
Commit Description:
upgraded rails to 2.3.5, removed rspec tasks from Rakefile
Commit Description:
upgraded rails to 2.3.5, removed rspec tasks from Rakefile
References:
File last commit:
Show/Diff file:
Action:
judge/scripts/test/data/add_fail_test_case_1.c
| 13 lines
| 158 B
| text/x-c
| CLexer
|
|
r176 | #include <stdio.h> | ||
int main() | ||||
{ | ||||
int a,b; | ||||
scanf("%d %d",&a,&b); | ||||
if((a==1) && (b==1)) | ||||
printf("100\n"); | ||||
else | ||||
printf("%d\n",a+b); | ||||
return 0; | ||||
} | ||||