国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

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

LeetCode 2660. Determine the Winner of a Bowling Game

2023-05-02 13:56 作者:您是打尖兒還是住店呢  | 我要投稿

You are given two?0-indexed?integer arrays?player1?and?player2, that represent the number of pins that player 1 and player 2 hit in a bowling game, respectively.

The bowling game consists of?n?turns, and the number of pins in each turn is exactly?10.

Assume a player hit?xi?pins in the?ith?turn. The value of the?ith?turn for the player is:

  • 2xi?if the player hit?10?pins in any of the previous two turns.

  • Otherwise, It is?xi.

The score of the player is the sum of the values of their?n?turns.

Return

  • 1?if the score of player 1 is more than the score of player 2,

  • 2?if the score of player 2 is more than the score of player 1, and

  • 0?in case of a draw.

?

Example 1:

Input:?

player1 = [4,10,7,9], player2 = [6,5,2,3]

Output: 1

Explanation:?

The score of player1 is 4 + 10 + 2*7 + 2*9 = 46.?

The score of player2 is 6 + 5 + 2 + 3 = 16.?

Score of player1 is more than the score of player2,?

so, player1 is the winner, and the answer is 1.

Example 2:

Input: player1 = [3,5,7,6], player2 = [8,10,10,2]

Output: 2

Explanation:?

The score of player1 is 3 + 5 + 7 + 6 = 21.?

The score of player2 is 8 + 10 + 2*10 + 2*2 = 42.?

Score of player2 is more than the score of player1, so, player2 is the winner, and the answer is 2.

Example 3:

Input: player1 = [2,3], player2 = [4,1]

Output: 0

Explanation:?

The score of player1 is 2 + 3 = 5?

The score of player2 is 4 + 1 = 5?

The score of player1 equals to the score of player2, so, there is a draw, and the answer is 0.

?

Constraints:

  • n == player1.length == player2.length

  • 1 <= n <= 1000

  • 0 <= player1[i], player2[i] <= 10

easy題目,主要是判斷保齡球的計(jì)算規(guī)則即可,就是每次出現(xiàn)10分的時(shí)候,后面2輪的分?jǐn)?shù)要翻倍,這里用一個(gè)臨時(shí)變量去處理即可;

下面是代碼:

Runtime:?2 ms, faster than?99.91%?of?Java?online submissions for?Determine the Winner of a Bowling Game.

Memory Usage:?43 MB, less than?37.94%?of?Java?online submissions for?Determine the Winner of a Bowling Game.


LeetCode 2660. Determine the Winner of a Bowling Game的評論 (共 條)

分享到微博請遵守國家法律
乌鲁木齐县| 镇平县| 武定县| 仪陇县| 武鸣县| 望都县| 略阳县| 长汀县| 黎川县| 高台县| 合江县| 鄂托克旗| 朔州市| 大埔区| 宁国市| 河间市| 壤塘县| 湟中县| 安图县| 鄂伦春自治旗| 泸州市| 五华县| 宜宾县| 龙井市| 蒙城县| 通榆县| 镇赉县| 阿瓦提县| 阿荣旗| 尚义县| 井陉县| 买车| 新龙县| 丰镇市| 闵行区| 沈丘县| 四平市| 淄博市| 竹溪县| 吉木萨尔县| 原平市|