UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#128744#1198. 升序排序Nick1100ms1208kbC++213b2021-04-28 14:03:332021-04-28 14:03:34

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 1208kb

input:

5 2 9

output:

5 9 4197584 

result:

wrong answer 1st lines differ - expected: '2 5 9', found: '5 9 4197584 '

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 1208kb

input:

9 2 6

output:

6 9 4197584 

result:

wrong answer 1st lines differ - expected: '2 6 9', found: '6 9 4197584 '