QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#149818 | #5581. Champernowne Count | ZhangYiDe | WA | 28ms | 13224kb | C++17 | 2.7kb | 2023-08-25 14:17:15 | 2023-08-25 14:17:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3420kb
input:
4 2
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3400kb
input:
100 7
output:
14
result:
ok single line: '14'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3452kb
input:
314 159
output:
4
result:
ok single line: '4'
Test #4:
score: 0
Accepted
time: 28ms
memory: 12976kb
input:
100000 999809848
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 25ms
memory: 13224kb
input:
100000 123
output:
161
result:
ok single line: '161'
Test #6:
score: 0
Accepted
time: 3ms
memory: 4128kb
input:
10000 123
output:
161
result:
ok single line: '161'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3444kb
input:
123 123
output:
3
result:
ok single line: '3'
Test #8:
score: -100
Wrong Answer
time: 1ms
memory: 3556kb
input:
123 2
output:
115
result:
wrong answer 1st lines differ - expected: '61', found: '115'