QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#600396#2267. Jewelry SizeNumbering#WA 1ms4312kbC++17635b2024-09-29 16:16:152024-09-29 16:16:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
3 1 6 1 7

output:

3.54440435091866

result:

ok found '3.5444044', expected '3.5444044', error '0.0000000'

Test #2:

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

input:

3
500 300 400

output:

250

result:

ok found '250.0000000', expected '250.0000000', error '0.0000000'

Test #3:

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

input:

8
2000 3000 4000 2000 3000 4000 2000 3000

output:

3780.97412059949

result:

ok found '3780.9741206', expected '3780.9741206', error '0.0000000'

Test #4:

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

input:

10
602 67 67 67 67 67 67 67 67 67

output:

301

result:

wrong answer 1st numbers differ - expected: '3003.1398170', found: '301.0000000', error = '0.8997716'