QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#249682 | #7695. Double Up | GuanYunchang | WA | 14ms | 9112kb | Python3 | 584b | 2023-11-12 14:07:29 | 2023-11-12 14:07:30 |
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: 0
Wrong Answer
time: 14ms
memory: 9112kb
input:
5 4 2 2 1 8
output:
[4, 2, 2, 1, 8] 1 [4, 4, 0, 8] 0 [8, 0, 8] 0 [16, 0] 16
result:
wrong answer 1st lines differ - expected: '16', found: '[4, 2, 2, 1, 8]'