0a66015bd2f3abd5ddc326014716eced6881eb86
[gruntmaster-daemon.git] / t / problems / square / tests / ac / prog.cpp
1 #include<cstdio>
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.019935 seconds and 3 git commands to generate.