ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#128742 | #1198. 升序排序 | Nick11 | 0 | 0ms | 1212kb | C++ | 213b | 2021-04-28 14:02:33 | 2021-04-28 14:02:34 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 1212kb
input:
5 2 9
output:
5 4197584 9
result:
wrong answer 1st lines differ - expected: '2 5 9', found: '5 4197584 9 '
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1212kb
input:
9 2 6
output:
9 4197584 6
result:
wrong answer 1st lines differ - expected: '2 6 9', found: '9 4197584 6 '