leetcode.cn 2025-10-09
🟡3494.find-the-minimum-amount-of-time-to-brew-potions
🏷️ Tags
#array #prefix_sum #simulation
🟡3494.find-the-minimum-amount-of-time-to-brew-potions
🏷️ Tags
#array #prefix_sum #simulation
Telegraph
find-the-minimum-amount-of-time-to-brew-potions
给你两个长度分别为 n 和 m 的整数数组 skill 和 mana 。
leetcode.com 2025-10-09
🟡3494.find-the-minimum-amount-of-time-to-brew-potions
🏷️ Tags
#array #prefix_sum #simulation
🟡3494.find-the-minimum-amount-of-time-to-brew-potions
🏷️ Tags
#array #prefix_sum #simulation
Telegraph
find-the-minimum-amount-of-time-to-brew-potions
You are given two integer arrays, skill and mana, of length n and m, respectively. In a laboratory, n wizards must brew m potions in order. Each potion has a mana capacity mana[j] and must pass through all the wizards sequentially to be brewed properly. The…
leetcode.cn 2025-10-20
🟢2011.final-value-of-variable-after-performing-operations
🏷️ Tags
#array #string #simulation
🟢2011.final-value-of-variable-after-performing-operations
🏷️ Tags
#array #string #simulation
Telegraph
final-value-of-variable-after-performing-operations
存在一种仅支持 4 种操作和 1 个变量 X 的编程语言:
leetcode.com 2025-10-20
🟢2011.final-value-of-variable-after-performing-operations
🏷️ Tags
#array #string #simulation
🟢2011.final-value-of-variable-after-performing-operations
🏷️ Tags
#array #string #simulation
Telegraph
final-value-of-variable-after-performing-operations
There is a programming language with only four operations and one variable X:
leetcode.cn 2025-10-23
🟢3461.check-if-digits-are-equal-in-string-after-operations-i
🏷️ Tags
#math #string #combinatorics #number_theory #simulation
🟢3461.check-if-digits-are-equal-in-string-after-operations-i
🏷️ Tags
#math #string #combinatorics #number_theory #simulation
Telegraph
check-if-digits-are-equal-in-string-after-operations-i
给你一个由数字组成的字符串 s 。重复执行以下操作,直到字符串恰好包含 两个 数字:
leetcode.com 2025-10-23
🟢3461.check-if-digits-are-equal-in-string-after-operations-i
🏷️ Tags
#math #string #combinatorics #number_theory #simulation
🟢3461.check-if-digits-are-equal-in-string-after-operations-i
🏷️ Tags
#math #string #combinatorics #number_theory #simulation
Telegraph
check-if-digits-are-equal-in-string-after-operations-i
You are given a string s consisting of digits. Perform the following operation repeatedly until the string has exactly two digits:
❤1
leetcode.cn 2025-11-19
🟢2154.keep-multiplying-found-values-by-two
🏷️ Tags
#array #hash_table #sorting #simulation
🟢2154.keep-multiplying-found-values-by-two
🏷️ Tags
#array #hash_table #sorting #simulation
Telegraph
keep-multiplying-found-values-by-two
给你一个整数数组 nums ,另给你一个整数 original ,这是需要在 nums 中搜索的第一个数字。 接下来,你需要按下述步骤操作:
leetcode.com 2025-11-19
🟢2154.keep-multiplying-found-values-by-two
🏷️ Tags
#array #hash_table #sorting #simulation
🟢2154.keep-multiplying-found-values-by-two
🏷️ Tags
#array #hash_table #sorting #simulation
Telegraph
keep-multiplying-found-values-by-two
You are given an array of integers nums. You are also given an integer original which is the first number that needs to be searched for in nums. You then do the following steps: