QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#795270#9823. Mouse Trapucup-team425#WA 1ms4320kbC++202.7kb2024-11-30 19:08:592024-11-30 19:08:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
0 0
1 0
1 1
0 1

output:

2.0000000000000

result:

ok found '2.00000', expected '2.00000', error '0.00000'

Test #2:

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

input:

5
0 0
1 0
2 1
1 2
0 2

output:

3.6666666666667

result:

ok found '3.66667', expected '3.66667', error '0.00000'

Test #3:

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

input:

3
-3141592 -2718281
-3141593 -2718281
-3141592 -2718282

output:

1.0

result:

ok found '1.00000', expected '1.00000', error '0.00000'

Test #4:

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

input:

4
-10000000 -10000000
10000000 -10000000
10000000 10000000
-10000000 10000000

output:

2.0000000000000

result:

ok found '2.00000', expected '2.00000', error '0.00000'

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 4124kb

input:

6
-10000000 -10000000
0 -10000000
10000000 0
10000000 10000000
0 10000000
-10000000 0

output:

5.0000000000000

result:

wrong answer 1st numbers differ - expected: '6.00000', found: '5.00000', error = '0.16667'