HDOJ  2520   我是菜鸟,我怕谁

来源:互联网 发布:js 按字母排序 编辑:程序博客网 时间:2024/06/06 02:41

题目:http://acm.hdu.edu.cn/showproblem.php?pid=2520

#include <stdio.h>
int main()
{
 int t,n;
 scanf("%d",&t);
 while(t--)
   scanf("%d",&n),printf("%d\n",n*n000);
 return 0;
}

0 0