ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#103339 | #1056. 数字统计 | YaoXX | 100 | 1ms | 1272kb | C++11 | 346b | 2020-02-28 21:57:07 | 2020-02-28 21:57:07 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1268kb
input:
2 1 15 2 22
output:
2 6
result:
ok 2 lines
Test #2:
score: 20
Accepted
time: 0ms
memory: 1272kb
input:
3 2 100 3 200
output:
20 40
result:
ok 2 lines
Test #3:
score: 20
Accepted
time: 1ms
memory: 1268kb
input:
5 1 100 2 400
output:
20 80
result:
ok 2 lines
Test #4:
score: 20
Accepted
time: 0ms
memory: 1272kb
input:
9 1 9 1 500
output:
1 100
result:
ok 2 lines
Test #5:
score: 20
Accepted
time: 0ms
memory: 1272kb
input:
8 2 200 2 900
output:
40 280
result:
ok 2 lines