#H. E - Almost Everywhere Zero

    传统题 1000ms 256MiB

E - Almost Everywhere Zero

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

E - Almost Everywhere Zero

Score : $500$ points

Problem Statement

Find the number of integers between $1$ and $N$ (inclusive) that contains exactly $K$ non-zero digits when written in base ten.

Constraints

  • $1 \leq N < 10^{100}$
  • $1 \leq K \leq 3$

Input

Input is given from Standard Input in the following format:

NN

KK

Output

Print the count.


100
1
19

The following $19$ integers satisfy the condition:

  • $1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100$

25
2
14

The following $14$ integers satisfy the condition:

  • $11,12,13,14,15,16,17,18,19,21,22,23,24,25$

314159
2
937

9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
3
117879300

2024暑假入门组刷题营第三期(九)

未参加
状态
已结束
规则
IOI
题目
8
开始于
2024-7-17 13:00
结束于
2024-7-17 15:00
持续时间
2 小时
主持人
参赛人数
8