QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#814171#9886. Long Sequence Inversion 2ucup-team3862#WA 0ms3952kbC++142.0kb2024-12-14 15:43:132024-12-14 15:43:14

詳細信息

Test #1:

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

input:

3 2
2 0 1
1 0
1 0
0 1

output:

0 2 0 1 4 12
2 0 1 0 1 0
1 0 0 1 1 0
14

result:

wrong answer 1st words differ - expected: '14', found: '0'