Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / increment / tests / ac / prog.cpp
diff --git a/t/problems/increment/tests/ac/prog.cpp b/t/problems/increment/tests/ac/prog.cpp
deleted file mode 100644 (file)
index da549a7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include<cstdio>
-
-int main(void){
-       for(int i=0;i<100;i++){
-               int x;
-               scanf("%d", &x);
-               printf("%d\n", x + 1);
-               fflush(stdout);
-       }
-
-       return 0;
-}
This page took 0.010452 seconds and 4 git commands to generate.