#郭冬臨到底喝了多少瓶水#
四個空瓶換一瓶水,兩個蓋子換一瓶水,問購買五瓶水一共可以喝幾瓶水
import react,
from
'react'
;import
from
'../utils'
;/**
* 喝水問題:
* 四個空瓶換一瓶水,兩個蓋子換一瓶水
*/const
bottle_to_drinks=4
;const
cap_to_drinks=2
;/**
* 整除演算法
* * @param dividend 被除數
* @param divisor 除數
* @returns
*/function
integerdivide
(dividend, divisor);}
/** * 喝掉 n 瓶水得到的空瓶和蓋的數量
* * @param drinks 帶水的瓶子
*/function
cost()
喝掉了
$瓶水,共
$瓶了`,)
;return;}
;}/** * 交換規則
* * @param bottles 空瓶數量
* @param caps 蓋子數量
* @returns
*/function
exechange
(bottles, caps)
=integerdivide
( bottles,
bottle_to_drinks,)
;const
=integerdivide
( caps,
cap_to_drinks,)
;const drinks = bottledrinkscount + capdrinkscount;
if(drinks >0)
個空瓶子和
$個蓋子交換了
$瓶水,還剩下
$個空瓶子和
$個蓋子`,)
;}return;}
function
main()
=drink
(drinks)
;const
=exechange
( bottles + b,
caps + c,);
bottles = bottleleft;
caps = capsleft;
drinks = d;}}
export
default
function
drinkdemo()
個空瓶換一瓶水,
個蓋子換一瓶水
郭冬臨到底喝了多少水?
2021浙江春晚,郭冬臨到底喝了多少水?2個瓶蓋 換1瓶,4個空瓶 換1瓶,請問5,能喝到多少汽水?寫了2種 all water num 0 喝水總數 empty bottle 0 空瓶總數 capsule 0 瓶蓋 def exchange num global all water num glo...
到底有多二
7 3 到底有多二 15 分 乙個整數 犯二的程度 定義為該數字中包含2的個數與其位數的比值。如果這個數是負數,則程度增加0.5倍 如果還是個偶數,則再增加1倍。例如數字 13142223336是個11位數,其中有3個2,並且是負數,也是偶數,則它的犯二程度計算為 3 11 1.5 2 100 約為...
到底有多二
l1 017 到底有多二 15 分 乙個整數 犯二的程度 定義為該數字中包含2的個數與其位數的比值。如果這個數是負數,則程度增加0.5倍 如果還是個偶數,則再增加1倍。例如數字 13142223336是個11位數,其中有3個2,並且是負數,也是偶數,則它的犯二程度計算為 3 11 1.5 2 100...