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

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

Leetcode2103. Rings and Rods

2023-01-16 19:08 作者:您是打尖兒還是住店呢  | 我要投稿

Easy?

There are?n?rings and each ring is either red, green, or blue. The rings are distributed?across ten rods?labeled from?0?to?9.

You are given a string?rings?of length?2n?that describes the?n?rings that are placed onto the rods. Every two characters in?rings?forms a?color-position pair?that is used to describe each ring where:

  • The?first?character of the?ith?pair denotes the?ith?ring's?color?('R',?'G',?'B').

  • The?second?character of the?ith?pair denotes the?rod?that the?ith?ring is placed on ('0'?to?'9').

For example,?"R3G2B1"?describes?n == 3?rings: a red ring placed onto the rod labeled 3, a green ring placed onto the rod labeled 2, and a blue ring placed onto the rod labeled 1.

Return?the number of rods that have?all three colors?of rings on them.

?

Example 1:

Input: rings = "B0B6G0R6R0R6G9"Output: 1Explanation: - The rod labeled 0 holds 3 rings with all colors: red, green, and blue. - The rod labeled 6 holds 3 rings, but it only has red and blue. - The rod labeled 9 holds only a green ring. Thus, the number of rods with all three colors is 1.

Example 2:

Input: rings = "B0R0G0R9R0B0G0"Output: 1Explanation: - The rod labeled 0 holds 6 rings with all colors: red, green, and blue. - The rod labeled 9 holds only a red ring. Thus, the number of rods with all three colors is 1.

Example 3:

Input: rings = "G4"Output: 0Explanation: Only one ring is given. Thus, no rods have all three colors.

?

Constraints:

  • rings.length == 2 * n

  • 1 <= n <= 100

  • rings[i]?where?i?is?even?is either?'R',?'G', or?'B'?(0-indexed).

  • rings[i]?where?i?is?odd?is a digit from?'0'?to?'9'?(0-indexed).

Runtime0 ms

Beats

100%

Memory40.2 MB

Beats

84.56%


Leetcode2103. Rings and Rods的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
翁牛特旗| 富裕县| 西和县| 莎车县| 黔东| 石棉县| 内江市| 沂水县| 赤峰市| 搜索| 海口市| 福安市| 大石桥市| 阿图什市| 岐山县| 金乡县| 朝阳县| 通城县| 交城县| 南华县| 慈溪市| 佛坪县| 远安县| 车险| 枞阳县| 府谷县| 苍南县| 横山县| 台中县| 长沙市| 崇信县| 木兰县| 吴江市| 绩溪县| 兴安县| 商洛市| 河津市| 许昌县| 洪雅县| 普安县| 吐鲁番市|