QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#798740#9792. Ogre SortZhaoZiLongWA 0ms9808kbC++171021b2024-12-04 16:42:352024-12-04 16:42:39

详细

Test #1:

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

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