QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#292756#1375. TripTiklmq26052003WA 11ms401876kbC++174.0kb2023-12-28 12:43:552023-12-28 12:43:56

詳細信息

Test #1:

score: 0
Wrong Answer
time: 11ms
memory: 401876kb

input:

4 2
-2
-1
-3
2

output:

-1
1
3
2

result:

wrong answer 1st lines differ - expected: '3', found: '-1'