QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150355 | #5593. Food Processor | GuanYunchang | WA | 3ms | 9532kb | C++20 | 4.6kb | 2023-08-25 16:35:12 | 2023-08-25 16:35:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 3ms
memory: 9532kb
input:
10 1 2 10 10 4 5
output:
23.219280949
result:
ok found '23.21928', expected '23.21928', error '0.00000'
Test #2:
score: 0
Accepted
time: 3ms
memory: 8524kb
input:
10000 9999 1 10000 1
output:
0.00014427671804
result:
ok found '0.00014', expected '0.00014', error '0.00000'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 9388kb
input:
10 1 2 8 10 4 5
output:
3219280968.9
result:
wrong answer 1st numbers differ - expected: '-1.00000', found: '3219280968.90000', error = '3219280969.90000'