]>
iEval git - gruntmaster-daemon.git/blobdiff - t/problems/square/tests/ac/prog.c
--- /dev/null
+#include<stdio.h>
+
+int main(void){
+ int x;
+ scanf("%d", &x);
+ printf("%d", x*x);
+ return 0;
+}
This page took 0.0239 seconds and 4 git commands to generate.