QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#260844 | #6401. Classic: N Real DNA Pots | ucup-team2551# | WA | 22ms | 4284kb | C++14 | 4.9kb | 2023-11-22 15:56:18 | 2023-11-22 15:56:19 |
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: 21ms
memory: 4284kb
input:
4 3 1 2 2 4 3 3 4 1
output:
-1
result:
ok found '-1.0000000', expected '-1.0000000', error '-0.0000000'
Test #2:
score: -100
Wrong Answer
time: 22ms
memory: 4172kb
input:
2 2 1 1 5 3
output:
0
result:
wrong answer 1st numbers differ - expected: '0.5000000', found: '0.0000000', error = '0.5000000'