QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#320496#8214. Huge Oil Platformucup-team3031#WA 1ms3968kbC++173.7kb2024-02-03 17:22:192024-02-03 17:22:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
1 1 1
3 3 1

output:

1.0000000

result:

ok found '1.0000000', expected '1.0000000', error '0.0000000'

Test #2:

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

input:

3
4 5 5
4 6 7
1 3 8

output:

10.1005051

result:

ok found '10.1005051', expected '10.1005051', error '0.0000000'

Test #3:

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

input:

2
0 0 1
1000000 1000000 1000000000

output:

1000000000.0000000

result:

ok found '1000000000.0000000', expected '1000000000.0000000', error '0.0000000'

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 3968kb

input:

20
328 207 21
365 145 188
347 79 41
374 335 699
288 250 97
32 267 131
296 332 434
2 91 36
139 43 21
26 455 696
57 135 410
14 500 396
255 181 646
103 114 593
309 351 787
207 316 138
440 416 806
413 349 695
413 201 501
455 396 442

output:

6009.9273128

result:

wrong answer 1st numbers differ - expected: '6092.4427126', found: '6009.9273128', error = '0.0135439'