QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#389190 | #4954. Eliminating Ballons | HuangHanSheng | WA | 1ms | 3620kb | C++17 | 875b | 2024-04-14 05:06:42 | 2024-04-14 05:06:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3620kb
input:
5 3 2 1 5 4
output:
1,3 3,1 4,5 5,4 1,3 4,5 5,4 1,3 4,5 2
result:
wrong answer 1st lines differ - expected: '2', found: '1,3 3,1 4,5 5,4 '