最新文章列表

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) 有823人浏览 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) 有820人浏览 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) 有899人浏览 2012-02-25 17:24

POJ 1001 解题报告 Exponentiation

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

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics