QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#191103#7522. Sequence Shiftucup-team1376#WA 2ms11796kbC++231.6kb2023-09-29 17:59:222023-09-29 17:59:22

詳細信息

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 11796kb

input:

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

output:

11
11
15

result:

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