QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#794358 | #9808. Fragile Pinball | ucup-team1878# | WA | 1ms | 3976kb | C++23 | 3.7kb | 2024-11-30 13:51:33 | 2024-11-30 13:51:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3812kb
input:
3 4 0 0 3 0 -1
output:
5.000000000000000000 8.000000000000000000 8.868185038797564701 12.210024810881956014
result:
ok 4 numbers
Test #2:
score: 0
Accepted
time: 1ms
memory: 3812kb
input:
3 4 0 0 3 0 2
output:
5.000000000000000000 5.366563145999495354 6.111919138499426474 6.782203304416628775
result:
ok 4 numbers
Test #3:
score: 0
Accepted
time: 1ms
memory: 3872kb
input:
3 4 0 0 3 0 1
output:
5.000000000000000000 6.184658438426490434 7.195223542744544787 8.653439499294252713
result:
ok 4 numbers
Test #4:
score: 0
Accepted
time: 1ms
memory: 3912kb
input:
3 62 -12 -48 100 -45 -96
output:
196.022957839126576118 312.041737832760532001 326.278477718776173333 452.807123729110855948
result:
ok 4 numbers
Test #5:
score: 0
Accepted
time: 1ms
memory: 3976kb
input:
3 90 99 -76 -57 99 84
output:
227.798156269975095256 274.352306457763461367 306.891779477092143225 330.105185546433574473
result:
ok 4 numbers
Test #6:
score: -100
Wrong Answer
time: 1ms
memory: 3820kb
input:
3 -67 22 -86 12 -81 -12
output:
36.769552621700469786 39.563975005654036465 50.916855917106019547 72.359217405612625384
result:
wrong answer 4th numbers differ - expected: '72.2775855', found: '72.3592174', error = '0.0011294'