QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#299307#7903. Computational Intelligenceucup-team572#WA 1326ms4148kbC++201.8kb2024-01-06 18:48:482024-01-06 18:48:48

详细

Test #1:

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

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.333333333333333
0.765195716464579
1.0766357328952

result:

ok 3 numbers

Test #2:

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

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.777777777778101
0.777777777778101
1521.0704050247

result:

ok 3 numbers

Test #3:

score: -100
Wrong Answer
time: 1326ms
memory: 3924kb

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.02826761736436
5.74413144895314
14.5942787028916
2.95217824541894
4.99350269426411
6.05871725536821
7.45940870025058
11.2280289079211
16.3257078474961
11.0722451571904
9.50455745115697
5.5
9.04004998582911
5.32634791088766
3.03593437129028
5.80880418301587
17.3637197895228
9.99519451923731
6.99330...

result:

wrong answer 169th numbers differ - expected: '3.8528315', found: '3.8528314', error = '0.0000000'