QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#379891 | #8513. Insects, Mathematics, Accuracy, and Efficiency | TTW | WA | 1ms | 3796kb | C++17 | 4.5kb | 2024-04-06 19:43:22 | 2024-04-06 19:43:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3796kb
input:
4 1000 -1000 0 0 0 1000 0 0 -1000
output:
2000000.000000000000000
result:
ok found '2000000.000000000', expected '2000000.000000000', error '0.000000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3768kb
input:
2 100 17 7 19 90
output:
4849.704644437563741
result:
ok found '4849.704644438', expected '4849.704644438', error '0.000000000'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3636kb
input:
1 100 13 37
output:
0
result:
ok found '0.000000000', expected '0.000000000', error '-0.000000000'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3788kb
input:
4 1000 -800 600 800 600 -800 -600 800 -600
output:
1760000.000000000000000
result:
wrong answer 1st numbers differ - expected: '2240000.0000000', found: '1760000.0000000', error = '0.2142857'