题解

47 条题解

  • 0
    @ 2009-11-08 11:20:01

    实践证明,这道题有可能要int64~

    为什么呢~?

    因为如果求三个数的和就会超过范围。。。

    这道题卡我这种子程序流啊~

    代码一集成就可能错~

    a,b,c处理用for+数组下标的注意了~

  • 0
    @ 2009-11-08 10:58:36

    9999和WHILE循环的怨念……

    不想解释了。

    不用INT64,LONGINT就可以。

  • 0
    @ 2009-11-08 10:57:16

    编译通过...

    ├ 测试数据 01:答案正确...ms

    ├ 测试数据 02:答案正确...ms

    ├ 测试数据 03:答案正确...ms

    ├ 测试数据 04:答案正确...ms

    ├ 测试数据 05:答案正确...ms

    ├ 测试数据 06:答案正确...ms

    ├ 测试数据 07:答案正确...ms

    ├ 测试数据 08:答案正确...ms

    ├ 测试数据 09:答案正确...ms

    ├ 测试数据 10:答案正确...ms

    Accepted 有效得分:100 有效耗时:0ms

    要用long long

  • 0
    @ 2009-11-08 10:42:50

    ONT,居然有INT64......

  • 0
    @ 2009-11-08 09:51:28

    就这一题我ac了!

    program ex;

    var a,b,c,i,j,k,ans:longint;

    f:boolean;

    function pan:boolean;

    var max,i,j:longint;

    begin

    max:=a;i:=b;j:=c;

    if b>max then begin max:=b; i:=a;j:=c; end;

    if c>max then begin max:=c; i:=a;j:=b; end;

    pan:=false;

    if (i+j>max)and(max-i

  • 0
    @ 2009-11-08 09:22:20

    不要用递归。。。不然第三个点会栈溢出

  • 0
    @ 2009-11-08 11:43:36

    ├ 测试数据 03:答案错误...

     ├ Hint: ... ├ 标准行输出 The ...

     ├ 错误行输出 $0...

    神奇的输出!!

  • 0
    @ 2009-11-08 08:50:32

    ├ 测试数据 03:运行时错误...|错误号: 202 ????

  • 0
    @ 2009-11-08 08:46:57

    怒啊 输出的时候最后的“。。。”忘记打了 结果测了n次。。。。。。。。。。。。。。。。。。。

  • 0
    @ 2009-11-08 09:21:07

    囧,第99个~

  • 0
    @ 2009-11-08 08:26:25

    纯模拟水题,不知道标程为啥这么长

  • 0
    @ 2009-11-08 08:04:53

    题目描述。。。无语

    为什么我就看不出超过9999输出

    The voyage seeded endless...

    语文太菜!!

    第200题。。。竟然是水题

  • 0
    @ 2009-11-08 07:45:19

    编译通过...

    ├ 测试数据 01:答案正确... 0ms

    ├ 测试数据 02:答案正确... 0ms

    ├ 测试数据 03:答案正确... 0ms

    ├ 测试数据 04:答案正确... 0ms

    ├ 测试数据 05:答案正确... 0ms

    ├ 测试数据 06:答案正确... 0ms

    ├ 测试数据 07:答案正确... 0ms

    ├ 测试数据 08:答案正确... 0ms

    ├ 测试数据 09:答案正确... 0ms

    ├ 测试数据 10:答案正确... 0ms

    ---|---|---|---|---|---|---|---|-

    Accepted 有效得分:100 有效耗时:0ms

    怎么说呢?

    实在是水~~

    不过要注意,当执行10000次时跳出,否则超时

    附代码

    var

    a,b,c,a1,b1,c1,i,j:int64;

    function check:boolean;

    begin

    check:=false;

    if i=10000 then exit;

    if (a>=b)and(a>=c)and(a=a)and(b>=c)and(b=a)and(c>=b)and(c

  • 0
    @ 2009-11-08 07:40:15

    考试试用了seekeof;

    结果0分;

    哎!~~~~~~~~~

    还有第2个点要输出句子

  • 0
    @ 2009-11-08 07:33:56

    试了3次,才ac

    不过首次前100,纪念一下

  • 0
    @ 2009-11-08 06:51:25

    考试时,范围开小了,导致第十个点没过;

    又因为没看到这个:

    如果这个答案超过了9,999那么才可以输出..

    "The voyage seemed endless..."

    导致第二个点超时;

    我真的太不小心了!

  • 0
    @ 2009-11-08 00:54:37

    原来要开到int64...

    比赛的时候开到longint结果最后一个点过不了。。。

    题目描述太垃圾!

  • 0
    @ 2009-11-08 00:40:26

    这么道水题。。。我居然因为题目太长放弃了。。。

    只需开到int64,秒杀

  • 0
    @ 2009-11-07 01:57:02

    岛儿的生日比赛第三题~~

  • -1
    @ 2009-11-08 09:11:30

    water

信息

ID
1698
难度
7
分类
模拟 点击显示
标签
递交数
1876
已通过
400
通过率
21%
被复制
1
上传者