QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#195420#7522. Sequence Shiftucup-team241#WA 1ms5832kbC++141.6kb2023-10-01 04:16:492023-10-01 04:16:49

Details

Tip: Click on the bar to expand more detailed information

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'