QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#798631#9792. Ogre SortMaMengQiWA 0ms3868kbC++231.2kb2024-12-04 15:30:362024-12-04 15:30:37

详细

Test #1:

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

input:

4
1 2 4 3

output:

3 3
4 1
3 1
2 1

result:

wrong answer participant's moves don't sort the array