QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#421970#3836. So I'll Max Out My Constructive Algorithm SkillsMaMengQiWA 0ms3620kbC++17976b2024-05-26 15:29:412024-05-26 15:29:41

详细

Test #1:

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

input:

1
2
4 3
2 1

output:

-2
4 3 1 2 

result:

wrong answer Integer -2 violates the range [1, 4]