QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#150144 | #5581. Champernowne Count | GuanYunchang | WA | 3ms | 3680kb | C++ | 824b | 2023-08-25 15:22:49 | 2023-08-25 15:22:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3672kb
input:
4 2
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3628kb
input:
100 7
output:
14
result:
ok single line: '14'
Test #3:
score: 0
Accepted
time: 2ms
memory: 3556kb
input:
314 159
output:
4
result:
ok single line: '4'
Test #4:
score: 0
Accepted
time: 3ms
memory: 3636kb
input:
100000 999809848
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 2ms
memory: 3680kb
input:
100000 123
output:
161
result:
ok single line: '161'
Test #6:
score: 0
Accepted
time: 2ms
memory: 3596kb
input:
10000 123
output:
161
result:
ok single line: '161'
Test #7:
score: 0
Accepted
time: 1ms
memory: 3536kb
input:
123 123
output:
3
result:
ok single line: '3'
Test #8:
score: 0
Accepted
time: 1ms
memory: 3596kb
input:
123 2
output:
61
result:
ok single line: '61'
Test #9:
score: 0
Accepted
time: 1ms
memory: 3592kb
input:
9999 2
output:
4999
result:
ok single line: '4999'
Test #10:
score: 0
Accepted
time: 1ms
memory: 3532kb
input:
1 1
output:
1
result:
ok single line: '1'
Test #11:
score: 0
Accepted
time: 1ms
memory: 3616kb
input:
1 2
output:
0
result:
ok single line: '0'
Test #12:
score: -100
Wrong Answer
time: 1ms
memory: 3588kb
input:
2 1
output:
1
result:
wrong answer 1st lines differ - expected: '2', found: '1'