#B. digit-simple

    Type: FileIO (digit) 1000ms 256MiB

digit-simple

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目背景

为什么人类选择使用十进制作为常用进制方式呢?

进制转换

1+1=10?1+1 = 10?

题目描述

给你一个十进制整数 nn, 现在我们想知道 nndd 进制下的数位长度是多少.

数据格式

输入格式

一行两个整数 n,dn, d

输出格式

输出一行一个整数表示 nndd 进制下的数位长度

样例

2 2
2
100100 10
6
10 3
3

数据范围

1n1091 \le n \le 10^{9}

2d102 \le d \le 10

注意

需要读写文件, 读入文件名为 digit.in, 输出文件名为 digit.out

[NOI蓝图杯] 全真模拟赛

Not Attended
Status
Done
Rule
OI
Problem
4
Start at
2024-10-7 14:30
End at
2024-10-7 17:00
Duration
2.5 hour(s)
Host
Partic.
9