QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#783068#9808. Fragile Pinballucup-team5580WA 1ms3976kbC++235.4kb2024-11-25 23:00:492024-11-25 23:00:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
4 0
0 3
0 -1

output:

5.000000000000000000
8.000000000000000000
8.868185086367684667
12.210024632984404324

result:

ok 4 numbers

Test #2:

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

input:

3
4 0
0 3
0 2

output:

5.000000000000000000
5.366563252623524206
6.111919214783283552
6.782203150270065681

result:

ok 4 numbers

Test #3:

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

input:

3
4 0
0 3
0 1

output:

5.000000000000000000
6.184658438426490825
7.195223962029919416
8.653440164025130719

result:

ok 4 numbers

Test #4:

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

input:

3
62 -12
-48 100
-45 -96

output:

196.022957839126588359
312.041738994962018522
326.278482952063512257
452.807147138823328891

result:

ok 4 numbers

Test #5:

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

input:

3
90 99
-76 -57
99 84

output:

227.798156269975108856
274.352305439557041106
306.891776527166006111
330.105522901389821622

result:

wrong answer 4th numbers differ - expected: '330.1051855', found: '330.1055229', error = '0.0000010'