QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#299718#7903. Computational Intelligenceucup-team159WA 172ms3848kbC++2089.7kb2024-01-07 05:39:042024-01-07 05:39:04

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3824kb

input:

3
0 0 1 0
0 0 1 0
0 0 1 0
0 0 0 1
0 0 1 0
0 1 1 1

output:

0.33333333333333342585
0.76519571571094791018
1.07663573289517833231

result:

ok 3 numbers

Test #2:

score: 0
Accepted
time: 0ms
memory: 3688kb

input:

3
0 1 0 0
0 -1 0 2
0 0 1 0
2 0 -1 0
-1000 0 0 999
0 -998 999 0

output:

0.77777777777777745705
0.77777777777777745705
1521.07040502466566067596

result:

ok 3 numbers

Test #3:

score: -100
Wrong Answer
time: 172ms
memory: 3848kb

input:

100000
-4 -10 -8 -8
5 5 -10 -8
-10 10 -1 -3
-3 5 -1 -3
8 -7 8 -10
0 -3 0 10
6 -1 0 2
0 -3 3 1
-6 -5 5 3
3 5 -4 -8
1 9 1 -1
2 -1 -6 0
1 -2 -7 -9
-1 -2 -4 5
6 -10 7 1
0 -6 -8 -8
-10 9 2 3
-7 -10 4 -9
8 4 4 9
-9 3 0 4
5 -2 9 8
-9 -5 7 8
-1 1 0 1
-4 1 -8 1
3 3 10 3
3 0 -6 -2
-3 -3 -3 3
-2 7 -10 -7
9 2 6...

output:

9.02826761736816152393
5.74413144456940205629
14.59427870289162321171
2.95222091719727952608
4.99350724748008367726
6.05871811879359079001
7.45940870024904967295
11.22802890792007879384
16.32570784749507808442
11.07224515718976576295
9.50455745115642613996
5.50000000000000088818
9.040049985828501277...

result:

wrong answer 4th numbers differ - expected: '2.9521782', found: '2.9522209', error = '0.0000145'