QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#149769#5581. Champernowne CountZhaoZiLongWA 3ms3552kbC++201.2kb2023-08-25 14:09:352023-08-25 14:09:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3392kb

input:

4 2

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3424kb

input:

100 7

output:

14

result:

ok single line: '14'

Test #3:

score: 0
Accepted
time: 1ms
memory: 3500kb

input:

314 159

output:

4

result:

ok single line: '4'

Test #4:

score: 0
Accepted
time: 3ms
memory: 3520kb

input:

100000 999809848

output:

1

result:

ok single line: '1'

Test #5:

score: 0
Accepted
time: 3ms
memory: 3552kb

input:

100000 123

output:

161

result:

ok single line: '161'

Test #6:

score: 0
Accepted
time: 1ms
memory: 3396kb

input:

10000 123

output:

161

result:

ok single line: '161'

Test #7:

score: 0
Accepted
time: 1ms
memory: 3400kb

input:

123 123

output:

3

result:

ok single line: '3'

Test #8:

score: 0
Accepted
time: 1ms
memory: 3396kb

input:

123 2

output:

61

result:

ok single line: '61'

Test #9:

score: 0
Accepted
time: 1ms
memory: 3368kb

input:

9999 2

output:

4999

result:

ok single line: '4999'

Test #10:

score: -100
Wrong Answer
time: 1ms
memory: 3368kb

input:

1 1

output:

0

result:

wrong answer 1st lines differ - expected: '1', found: '0'