QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#285341#7940. Impossible Numbersucup-team152#WA 0ms3564kbC++203.0kb2023-12-16 17:58:592023-12-16 17:58:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3480kb

input:

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

output:

33 34 35 

result:

ok single line: '33 34 35 '

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3564kb

input:

1 10
1 5 2 2 6 4

output:

3 7 8 9 11 12 13 14 15 16 

result:

wrong answer 1st lines differ - expected: '3 7 8 9 10 11 12 13 14 15', found: '3 7 8 9 11 12 13 14 15 16 '