主题:第31次编程比赛结果
第二题结果:
--------------------------------------
iAkiak:@4
Correct. Total time cost: 8992ms for 10 data groups.
好像重复运算太多,如果能去掉冗余运算,速度应该还会有提升。
fenix124:@5
Correct. Total time cost: 10ms for 10 data groups.
事先计算出范围内所有的数据,所以速度最快,空间耗费也是够大的,但对于本题来说还是值得的。
fantasyzzz:@7
栈溢出。递归层次太深。
KelSat(kcalf):@8
本来对于转换步数不大于10的数据结果是正确的,但由于静态变量k造成一旦对于某组数据没有得出正确结果,后面的所有数据结果就全部错误。
太没劲了:@9
Correct. Total time cost: 2313ms for 10 data groups.
int0x080:@11
Correct. Total time cost: 87295ms for 10 data groups.
天国龙:@12
Wrong at n= 1 m=563. Your answer: 2147483647(), should be: 27(gggfffggggfffffggffggggffff).
Wrong at n=193 m=808. Your answer: 2147483647(), should be: 34(gfgggggfffffgggfggffgffgfgffgggggg).
Wrong at n=585 m=479. Your answer: 2147483647(), should be: 26(ggfffgggfggffgffgfgfgggggg).
Wrong at n=350 m=895. Your answer: 2147483647(), should be: 27(gffgfgfgggfggggggffffffgggg).
Wrong at n=822 m=746. Your answer: 2147483647(), should be: 31(ggggfggfgfgffgffgfffgffgggggggg).
Wrong at n=174 m=858. Your answer: 2147483647(), should be: 23(fgfggffgffgfgfffggggggg).
Total time cost: 1311ms for 10 data groups.
在限定的范围内结果都正确。
bvor:@13
在步数比较少的时候正确。在步数比较大的时候因为太慢没有计算最终结果。
goal00001111:@14
Wrong at n= 1 m=563. Your answer: 2147483647(), should be: 27(gggfffggggfffffggffggggffff).
Wrong at n=193 m=808. Your answer: 2147483647(), should be: 34(gfgggggfffffgggfggffgffgfgffgggggg).
Wrong at n=585 m=479. Your answer: 2147483647(), should be: 26(ggfffgggfggffgffgfgfgggggg).
Wrong at n=350 m=895. Your answer: 2147483647(), should be: 27(gffgfgfgggfggggggffffffgggg).
Wrong at n=822 m=746. Your answer: 2147483647(), should be: 31(ggggfggfgfgffgffgfffgffgggggggg).
Wrong at n=174 m=858. Your answer: 2147483647(), should be: 23(fgfggffgffgfgfffggggggg).
Total time cost: 1892ms for 10 data groups.
在限定的步数范围内结果均正确。
pigeonoo:@15
栈溢出。递归层次太深。
-------------------------------------
我宣布本次比赛的冠军为fenix124。请fenix124安排下次比赛事宜。
--------------------------------------
iAkiak:@4
Correct. Total time cost: 8992ms for 10 data groups.
好像重复运算太多,如果能去掉冗余运算,速度应该还会有提升。
fenix124:@5
Correct. Total time cost: 10ms for 10 data groups.
事先计算出范围内所有的数据,所以速度最快,空间耗费也是够大的,但对于本题来说还是值得的。
fantasyzzz:@7
栈溢出。递归层次太深。
KelSat(kcalf):@8
本来对于转换步数不大于10的数据结果是正确的,但由于静态变量k造成一旦对于某组数据没有得出正确结果,后面的所有数据结果就全部错误。
太没劲了:@9
Correct. Total time cost: 2313ms for 10 data groups.
int0x080:@11
Correct. Total time cost: 87295ms for 10 data groups.
天国龙:@12
Wrong at n= 1 m=563. Your answer: 2147483647(), should be: 27(gggfffggggfffffggffggggffff).
Wrong at n=193 m=808. Your answer: 2147483647(), should be: 34(gfgggggfffffgggfggffgffgfgffgggggg).
Wrong at n=585 m=479. Your answer: 2147483647(), should be: 26(ggfffgggfggffgffgfgfgggggg).
Wrong at n=350 m=895. Your answer: 2147483647(), should be: 27(gffgfgfgggfggggggffffffgggg).
Wrong at n=822 m=746. Your answer: 2147483647(), should be: 31(ggggfggfgfgffgffgfffgffgggggggg).
Wrong at n=174 m=858. Your answer: 2147483647(), should be: 23(fgfggffgffgfgfffggggggg).
Total time cost: 1311ms for 10 data groups.
在限定的范围内结果都正确。
bvor:@13
在步数比较少的时候正确。在步数比较大的时候因为太慢没有计算最终结果。
goal00001111:@14
Wrong at n= 1 m=563. Your answer: 2147483647(), should be: 27(gggfffggggfffffggffggggffff).
Wrong at n=193 m=808. Your answer: 2147483647(), should be: 34(gfgggggfffffgggfggffgffgfgffgggggg).
Wrong at n=585 m=479. Your answer: 2147483647(), should be: 26(ggfffgggfggffgffgfgfgggggg).
Wrong at n=350 m=895. Your answer: 2147483647(), should be: 27(gffgfgfgggfggggggffffffgggg).
Wrong at n=822 m=746. Your answer: 2147483647(), should be: 31(ggggfggfgfgffgffgfffgffgggggggg).
Wrong at n=174 m=858. Your answer: 2147483647(), should be: 23(fgfggffgffgfgfffggggggg).
Total time cost: 1892ms for 10 data groups.
在限定的步数范围内结果均正确。
pigeonoo:@15
栈溢出。递归层次太深。
-------------------------------------
我宣布本次比赛的冠军为fenix124。请fenix124安排下次比赛事宜。

您所在位置:

