QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#515063#4880. Network TransferHuangHanShengWA 97ms13016kbC++204.5kb2024-08-11 14:57:062024-08-11 14:57:06

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 7912kb

input:

2 10
0 100 2
4 200 1

output:

13.000000000
30.000000000

result:

ok 2 numbers

Test #2:

score: 0
Accepted
time: 1ms
memory: 7912kb

input:

2 10
30 200 1
10 100 2

output:

50.000000000
20.000000000

result:

ok 2 numbers

Test #3:

score: 0
Accepted
time: 1ms
memory: 5864kb

input:

1 10000000
0 1 42

output:

0.000000100

result:

ok found '0.0000001', expected '0.0000001', error '0.0000000'

Test #4:

score: 0
Accepted
time: 1ms
memory: 6004kb

input:

1 10000000
42 1 42

output:

42.000000100

result:

ok found '42.0000001', expected '42.0000001', error '0.0000000'

Test #5:

score: 0
Accepted
time: 1ms
memory: 8056kb

input:

1 10000000
42 10000000 42

output:

43.000000000

result:

ok found '43.0000000', expected '43.0000000', error '0.0000000'

Test #6:

score: 0
Accepted
time: 1ms
memory: 7968kb

input:

1 10000000
10000000 1 1

output:

10000000.000000101

result:

ok found '10000000.0000001', expected '10000000.0000001', error '0.0000000'

Test #7:

score: 0
Accepted
time: 1ms
memory: 8004kb

input:

1 10000000
1 1 100

output:

1.000000100

result:

ok found '1.0000001', expected '1.0000001', error '0.0000000'

Test #8:

score: 0
Accepted
time: 1ms
memory: 7908kb

input:

1 1
10000000 10000000 100

output:

20000000.000000000

result:

ok found '20000000.0000000', expected '20000000.0000000', error '0.0000000'

Test #9:

score: -100
Wrong Answer
time: 97ms
memory: 13016kb

input:

200000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10000000 1
10000000 10...

output:

-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.000000000
-2147483648.00...

result:

wrong answer 1st numbers differ - expected: '2000010000000.0007324', found: '-2147483648.0000000', error = '1.0010737'