QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#364421 | #6401. Classic: N Real DNA Pots | GuanYunchang | WA | 1ms | 6188kb | C++17 | 970b | 2024-03-24 14:22:53 | 2024-03-24 14:22:54 |
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: 1ms
memory: 6188kb
input:
4 3 1 2 2 4 3 3 4 1
output:
-1.000000
result:
ok found '-1.0000000', expected '-1.0000000', error '-0.0000000'
Test #2:
score: 0
Accepted
time: 1ms
memory: 6044kb
input:
2 2 1 1 5 3
output:
0.500000
result:
ok found '0.5000000', expected '0.5000000', error '0.0000000'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3900kb
input:
2 2 222640995 547139825 489207317 725361095
output:
8963872856.235058
result:
wrong answer 1st numbers differ - expected: '0.6685813', found: '8963872856.2350578', error = '8963872855.5664768'