QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#268376#7734. Intersection over Unionucup-team1005WA 1ms3608kbC++175.5kb2023-11-28 16:49:152023-11-28 16:49:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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.706943917731
1
0.607111107544

result:

wrong answer 1st numbers differ - expected: '0.7071068', found: '0.7069439', error = '0.0001629'