QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#268380#7734. Intersection over Unionucup-team1005WA 1478ms4172kbC++175.6kb2023-11-28 16:53:592023-11-28 16:54:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
0 2 2 0 0 -2 -2 0
7 -2 9 -2 9 2 7 2
7 13 11 10 5 2 1 5

output:

0.707106780955
1
0.623843224329

result:

ok 3 numbers

Test #2:

score: -100
Wrong Answer
time: 1478ms
memory: 3840kb

input:

10000
-568767734 379152673 -565681345 -54946093 -131582579 -51859704 -134668968 382239062
-194884120 -559906233 -194884142 -158042604 -998611400 -158042648 -998611378 -559906277
459335966 -945199065 478030260 -934243779 450535683 -887326546 431841389 -898281832
-483567491 491964356 -523827401 408140...

output:

0.992965277700
0.999811619587
0.590869815665
0.621770484336
0.578832383810
1
0.500000003852
0.685234580560
0.455961719766
0.500287396326
0.980296090121
0.492043580285
0.544037396995
0.380480106930
0.923118331017
0.892558699646
0.617680324471
0.945676969556
0.499874376818
0.999818940445
0.64742147606...

result:

wrong answer 1st numbers differ - expected: '0.9929654', found: '0.9929653', error = '0.0000001'