Re: [閒聊] 每日leetcode

作者: sixB (6B)   2024-07-08 01:50:31
1518.
好懷念喔
這不是小時候的經典數學題嗎
像是那個雞免同籠種樹剪繩子什麼的
// nb for numBottles, ne for numExchange
once operation:
minus ne bottle would return 1 back
so after one op. the bottles number becomes
nb -(ne-1);
however, there would be some side cases
that just need one more bottle so that it
could reach ne to do one more op.
which means we want
nb -ne than +1,
not nb +1 first, and than -ne
so we let nb -1 first than -(ne-1)
the results simply equals to nb -ne
do the op multiple times:
(nb -1) -(ne -1) -(ne -1) …
the missing bottle we -1 first would finally return
since ne >= 2, we can just throw the final bottle away :)
簡單來說
反正喝酒變成尿 不如當初就喝尿
賺錢來花 吃屎來拉
對ㄚ
: : 一行的數學姐看不懂
: : 有大師能用姆咪也看得懂的方式解釋一下嗎
作者: Smallsh (Smallsh)   2024-07-08 01:51:00
大師
作者: sixB (6B)   2024-07-08 01:53:00
我根本看不懂我在打什麼 嗎的
作者: oin1104 (是oin的說)   2024-07-08 01:56:00
屎尿廚

Links booklink

Contact Us: admin [ a t ] ucptt.com