QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#268626#7734. Intersection over Unionucup-team1005WA 1ms3632kbC++175.1kb2023-11-28 19:12:572023-11-28 19:12:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3632kb

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.7071067812
0.6238432248
1

result:

wrong answer 2nd numbers differ - expected: '1.0000000', found: '0.6238432', error = '0.3761568'