国产操作系统生态圈推动信息安全与技术自主发展的新机遇
617
2022-10-25
BestCoder Round #54
【题目链接】:click here~~
HDU No.5427 A problem of sorting (简单排序)
代码:
/** Problem: HDU No.5427* Running time: 0MS* Complier: C++* Author: javaherongwei* Create Time: 11:48 2015/9/6 星期日*/#include
HDU No.5428 The Factor (模拟,选择最小的两个因子)
代码:
/** Problem: HDU No.5428* Running time: 0MS* Complier: C++* Author: javaherongwei* Create Time: 12:13 2015/9/6 星期日*/#include
HDU 5429 Geometric Progression (判断一个序列是否是等比序列 +java模拟)
代码:
/** Problem: HDU No.5429* Running time: 380MS* Complier: JAVA* Author: javaherongwei* Create Time: 17:05 2015/9/6 星期日*/import java.util.*;import java.io.*;import java.math.*;public class Main { public static void main(String args[]) { Scanner cin=new Scanner(new BufferedInputStream(System.in)); int t=cin.nextInt(); BigInteger fac[]= new BigInteger[105]; BigInteger f1,f2; while(t-->0) { int n=cin.nextInt(); int sum=0; for(int i=0; i HDU 5430: Reflect(几何趣题) 【思路+题解】 代码: /** Problem: HDU No.5430* Running time: 374MS* Complier: C++* Author: javaherongwei* Create Time: 17:05 2015/9/6 星期日*///solve one: #include
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~