QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#674035 | #5304. Money Game | ucup-team4946# | WA | 0ms | 3944kb | C++14 | 576b | 2024-10-25 13:19:01 | 2024-10-25 13:19:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3928kb
input:
2 4 2
output:
4.000000000000 2.000000000000
result:
ok 2 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3920kb
input:
2 2 3
output:
3.333333333333 1.666666666667
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3936kb
input:
2 851648 722281
output:
1049286.000000000000 524643.000000000000
result:
ok 2 numbers
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3944kb
input:
3 450762 114467 367746
output:
533128.571428571429 266564.285714285714 133282.142857142857
result:
wrong answer 1st numbers differ - expected: '466487.5000000', found: '533128.5714286', error = '0.1428571'