最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Leetcode 2269. Find the K-Beauty of a Number

2023-02-17 14:35 作者:您是打尖兒還是住店呢  | 我要投稿

The?k-beauty?of an integer?num?is defined as the number of?substrings?of?num?when it is read as a string that meet the following conditions:

  • It has a length of?k.

  • It is a divisor of?num.

Given integers?num?and?k, return?the k-beauty of?num.

Note:

  • Leading zeros?are allowed.

  • 0?is not a divisor of any value.

A?substring?is a contiguous sequence of characters in a string.

?

Example 1:

Input: num = 240, k = 2Output: 2Explanation: The following are the substrings of num of length k: - "24" from "240": 24 is a divisor of 240. - "40" from "240": 40 is a divisor of 240. Therefore, the k-beauty is 2.

Example 2:

Input: num = 430043, k = 2Output: 2Explanation: The following are the substrings of num of length k: - "43" from "430043": 43 is a divisor of 430043. - "30" from "430043": 30 is not a divisor of 430043. - "00" from "430043": 0 is not a divisor of 430043. - "04" from "430043": 4 is not a divisor of 430043. - "43" from "430043": 43 is a divisor of 430043. Therefore, the k-beauty is 2.


難得的100%啊。。。

Runtime:?0 ms, faster than?100.00%?of?Java?online submissions for?Find the K-Beauty of a Number.

Memory Usage:?39.2 MB, less than?63.48%?of?Java?online submissions for?Find the K-Beauty of a Number.


Leetcode 2269. Find the K-Beauty of a Number的評論 (共 條)

分享到微博請遵守國家法律
卢湾区| 应城市| 涟源市| 太仆寺旗| 吐鲁番市| 云林县| 榆树市| 扶风县| 双城市| 平顶山市| 泰安市| 隆德县| 阜南县| 西乌珠穆沁旗| 襄城县| 崇左市| 都昌县| 怀远县| 呼伦贝尔市| 会同县| 新和县| 天峨县| 克拉玛依市| 陇南市| 巍山| 崇礼县| 彝良县| 韶山市| 五常市| 塘沽区| 安岳县| 满城县| 瑞昌市| 克什克腾旗| 夏津县| 彩票| 绥江县| 舞阳县| 南京市| 三台县| 江油市|