Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / aminusb / ver.cpp
diff --git a/t/problems/aminusb/ver.cpp b/t/problems/aminusb/ver.cpp
deleted file mode 100644 (file)
index 87cc931..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <cstdio>
-
-int main(void){
-       FILE *output = fdopen(3, "r");
-       int a, b, ret;
-       scanf("%d%d", &a, &b);
-       fscanf(output, "%d", &ret);
-       if(a-b == ret){
-               printf("20");
-               return 0;
-       } else
-               return 1;
-}
-
This page took 0.009701 seconds and 4 git commands to generate.