Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / aminusb / tests / ac / prog.c
diff --git a/t/problems/aminusb/tests/ac/prog.c b/t/problems/aminusb/tests/ac/prog.c
new file mode 100644 (file)
index 0000000..371c59a
--- /dev/null
@@ -0,0 +1,8 @@
+#include<stdio.h>
+int main()
+{
+    int a,b;
+    scanf ("%d%d",&a,&b);
+    printf ("%d",a-b);
+    return 0;
+}
This page took 0.009582 seconds and 4 git commands to generate.