ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#118266 | #1056. 数字统计 | Mars | 20 | 0ms | 1200kb | C++ | 373b | 2020-08-26 20:09:47 | 2020-08-26 20:09:48 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
2 1 15 2 22
output:
2 6
result:
ok 2 lines
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1200kb
input:
3 2 100 3 200
output:
20 40 40
result:
wrong output format Extra information in the output file
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 1196kb
input:
5 1 100 2 400
output:
20 180 180 180 180
result:
wrong answer 2nd lines differ - expected: '80', found: '180'
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 1200kb
input:
9 1 9 1 500
output:
1 200 200 200 200 200 200 200 200
result:
wrong answer 2nd lines differ - expected: '100', found: '200'
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 1200kb
input:
8 2 200 2 900
output:
41 280 280 280 280 280 280 280
result:
wrong answer 1st lines differ - expected: '40', found: '41'