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