]> iEval git - gruntmaster-daemon.git/blob - t/problems/square/tests/ac/prog.c
Add javascript
[gruntmaster-daemon.git] / t / problems / square / tests / ac / prog.c
1 #include<stdio.h>
2
3 int main(void){
4 int x;
5 scanf("%d", &x);
6 printf("%d", x*x);
7 return 0;
8 }
This page took 0.03213 seconds and 4 git commands to generate.