QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#269143#1877. Matryoshka DollsGuanYunchangWA 2620ms7140kbC++203.5kb2023-11-29 13:23:312023-11-29 13:23:31

詳細信息

Test #1:

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

input:

5 5
1 5 2 4 3
1 5
1 4
1 3
1 2
1 1

output:

7
5
3
1
0

result:

ok 5 number(s): "7 5 3 1 0"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3532kb

input:

1 1
1
1 1

output:

0

result:

ok 1 number(s): "0"

Test #3:

score: 0
Accepted
time: 2620ms
memory: 7140kb

input:

100000 1
2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134 136 138 140 142 144 146 148 150 152 154 156 158 160 162 164 166 168 170 172 ...

output:

4999950000

result:

ok 1 number(s): "4999950000"

Test #4:

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

input:

20 1
12 8 13 10 18 14 1 19 5 16 15 9 17 20 6 2 11 4 3 7
9 18

output:

248

result:

wrong answer 1st numbers differ - expected: '36', found: '248'