QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#286020#7940. Impossible Numbersucup-team118#WA 13ms30784kbC++233.3kb2023-12-17 01:36:402023-12-17 01:36:41

詳細信息

Test #1:

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

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: 0
Accepted
time: 13ms
memory: 30784kb

input:

1 10
1 5 2 2 6 4

output:

3 7 8 9 10 11 12 13 14 15 

result:

ok single line: '3 7 8 9 10 11 12 13 14 15 '

Test #3:

score: 0
Accepted
time: 3ms
memory: 30644kb

input:

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

output:

33 66 99 133 166 199 233 266 299 303 

result:

ok single line: '33 66 99 133 166 199 233 266 299 303 '

Test #4:

score: -100
Wrong Answer
time: 4ms
memory: 30784kb

input:

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

output:

7 17 27 37 47 55 57 67 87 97 

result:

wrong answer 1st lines differ - expected: '7 17 27 37 47 55 57 67 70 71', found: '7 17 27 37 47 55 57 67 87 97 '