QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]'