ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#113627 | #1056. 数字统计 | woodiy | 0 | 0ms | 0kb | C++ | 715b | 2020-07-25 15:47:54 | 2020-07-25 15:47:56 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Runtime Error
input:
2 1 15 2 22
output:
2
result:
Test #2:
score: 0
Runtime Error
input:
3 2 100 3 200
output:
20
result:
Test #3:
score: 0
Runtime Error
input:
5 1 100 2 400
output:
20
result:
Test #4:
score: 0
Runtime Error
input:
9 1 9 1 500
output:
1
result:
Test #5:
score: 0
Runtime Error
input:
8 2 200 2 900
output:
40