QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#342480 | #21403. 文艺平衡树 | zaozao_zmx# | WA | 1ms | 3912kb | C++14 | 1.5kb | 2024-03-01 11:37:59 | 2024-03-01 11:37:59 |
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: 3912kb
input:
30 5 7 26 7 18 5 9 4 15 3 15
output:
1 2 16 4 12 11 6 5 13 14 15 3 17 18 19 20 10 9 8 7 21 22 23 24 25 26 27 28 29 30
result:
wrong answer 1st lines differ - expected: '1 2 4 17 16 15 6 5 18 19 20 21...4 13 12 11 10 9 8 7 27 28 29 30', found: '1 2 16 4 12 11 6 5 13 14 15 3 ... 21 22 23 24 25 26 27 28 29 30 '