QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#377217#7903. Computational Intelligenceucup-team425WA 808ms4216kbC++203.3kb2024-04-05 02:32:432024-04-05 02:32:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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.333333333333333315
0.765195716484509458
1.076635732895171005

result:

ok 3 numbers

Test #2:

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

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.777777778666666642
0.777777778666666642
1521.070405024655428861

result:

ok 3 numbers

Test #3:

score: -100
Wrong Answer
time: 808ms
memory: 4164kb

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.028267617364283737
5.744131448906939497
14.594278702891761768
2.952178244777314386
4.993502693779408474
6.058717254059760471
7.459408700249231750
11.228028907920100110
16.325707847495049663
11.072245157189808396
9.504557451156413705
5.500000000000000888
9.040049985828691348
5.326347910887059278
3....

result:

wrong answer 117th numbers differ - expected: '11.7623894', found: '12.9435427', error = '0.1004178'