3c0c239f1a2814b352c29b4bf969f6382eb26ae8
[gruntmaster-daemon.git] / t / problems / aminusb / ver.c
1 #include <stdio.h>
2
3 int main(void){
4 FILE *output = fdopen(3, "r");
5 int a, b, ret;
6 scanf("%d%d", &a, &b);
7 fscanf(output, "%d", &ret);
8 if(a-b == ret){
9 printf("20");
10 return 0;
11 } else
12 return 1;
13 }
14
This page took 0.020633 seconds and 3 git commands to generate.