最新文章列表

1001

总时间限制: 500ms 内存限制: 65536kB 描述 Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing ...
再_见孙悟空 评论(0) 有840人浏览 2013-11-01 13:53

1001:Sum Problem

Problem Description Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge). In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n. Input The input will consist of a series ...
jkbjxy 评论(0) 有843人浏览 2012-05-24 19:30

1001 Exponentiation

    import java.util.*; import java.math.*; public class Main { public static void main(String[] args) throws Exception { Scanner cin = new Scanner(System.in); while(cin.hasNext()) { Bi ...
s1099 评论(0) 有920人浏览 2012-02-25 17:24

POJ 1001 解题报告 Exponentiation

高精度浮点数计算。 花了我整整一天时间才写好,POJ上给的测试数据都通过,0的1次方和1的0次方之类的输入和加入一些干扰0的输入测试也都通过,但是提交后AC不了,显示Anwser Wrong,不知道什么问题,也没找出来。崩溃了。 好好练练吧,鉴于道理已明了,先草草结贴,有时间再看。     #include <iostream> #include <vector ...
ysshuai19 评论(0) 有1624人浏览 2011-11-25 15:15

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54916) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37266) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics