QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#295282#7940. Impossible NumberswaifuSenpaiWA 1ms3572kbC++203.0kb2023-12-31 00:14:272023-12-31 00:14:28

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3504kb

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: 0ms
memory: 3572kb

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: 1ms
memory: 3496kb

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: 1ms
memory: 3492kb

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 7 70

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 7 70'