[HDU 2520] 我是菜鸟,我怕谁(不一样的for循环)

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

 1 //学学不一样的for循环
 2 #include<iostream>
 3 #include<cstdio>
 4 #include<cmath>
 5 #include<algorithm>
 6 using namespace std;
 7 
 8 int main()
 9 {
10     int T,t;
11     for(scanf("%d",&T);T;T--)
12     {
13         scanf("%d",&t);
14         printf("%d\n",t*t%10000);
15     }
16     return 0;
17 }

 

posted @ 2019-01-03 09:18 Youpeng 阅读( ...) 评论( ...) 编辑 收藏
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐