QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#195420#7522. Sequence Shiftucup-team241#WA 1ms5832kbC++141.6kb2023-10-01 04:16:492023-10-01 04:16:49

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5832kb

input:

5 3
1 4 3 2 5
7 5 8 3 2
3
6
4

output:

11
12
10
14

result:

wrong answer 2nd lines differ - expected: '13', found: '12'