ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#133537 | #2096. 机器工厂 | 19 | 100 | 125ms | 1348kb | C++11 | 349b | 2021-07-15 16:28:09 | 2021-07-15 16:28:11 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
5 100 1 100 102 100 202 100 302 100 400 100
output:
100400
result:
ok single line: '100400'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
4 5 88 200 89 400 97 300 91 500
output:
126900
result:
ok single line: '126900'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1204kb
input:
1 100 5000 10000
output:
50000000
result:
ok single line: '50000000'
Test #4:
score: 10
Accepted
time: 42ms
memory: 1348kb
input:
10000 50 2345 0 2345 0 2345 0 2345 0 2345 0 2345 0 2345 0 2345 0 2345 0 2345 0 2345 0 2345 0 2345 0 ...
output:
0
result:
ok single line: '0'
Test #5:
score: 10
Accepted
time: 43ms
memory: 1348kb
input:
10000 50 2345 10000 2345 10000 2345 10000 2345 10000 2345 10000 2345 10000 2345 10000 2345 10000 234...
output:
234500000000
result:
ok single line: '234500000000'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
10 50 100 10 100 110 100 210 100 310 100 410 100 510 100 610 100 710 100 810 100 910
output:
460000
result:
ok single line: '460000'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1204kb
input:
10 25 84 125 34 45 92 86 1 127 87 195 38 163 5 54 69 49 14 117 77 199
output:
39634
result:
ok single line: '39634'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1204kb
input:
100 50 50 30 63 85 72 163 53 75 39 69 20 154 27 164 93 30 38 78 91 140 5 188 68 48 12 1 27 103 100 2...
output:
464177
result:
ok single line: '464177'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1216kb
input:
1000 50 11 123 24 167 52 128 22 180 43 89 26 76 28 162 81 199 90 190 30 199 88 107 75 92 89 132 71 2...
output:
4873148
result:
ok single line: '4873148'
Test #10:
score: 10
Accepted
time: 40ms
memory: 1348kb
input:
10000 50 48 155 52 176 26 128 80 66 75 9 59 198 56 50 48 187 92 102 8 146 33 65 38 56 27 50 2 98 67 ...
output:
48565832
result:
ok single line: '48565832'