QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#191103#7522. Sequence Shiftucup-team1376#WA 2ms11796kbC++231.6kb2023-09-29 17:59:222023-09-29 17:59:22

Details

Tip: Click on the bar to expand more detailed information

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'