3271. Hash Divided String
3270. Find the Key of the Numbers
3270. Find the Key of the Numbers
Description
You are given three positive integers num1
, num2
, and num3
.
3267. Count Almost Equal Pairs II
3267. Count Almost Equal Pairs II
Description
Attention : In this version, the number of operations that can be performed, has been increased to twice .
3266. Final Array State After K Multiplication Operations II
3266. Final Array State After K Multiplication Operations II
Description
You are given an integer array nums
, an integer k
, and an integer multiplier
.
3265. Count Almost Equal Pairs I
3265. Count Almost Equal Pairs I
Description
You are given an array nums
consisting of positive integers.
3264. Final Array State After K Multiplication Operations I
3264. Final Array State After K Multiplication Operations I
Description
You are given an integer array nums
, an integer k
, and an integer multiplier
.
3261. Count Substrings That Satisfy K-Constraint II
3261. Count Substrings That Satisfy K-Constraint II
Description
You are given a binary string s
and an integer k
.
3260. Find the Largest Palindrome Divisible by K
3260. Find the Largest Palindrome Divisible by K
Description
You are given two positive integers n
and k
.
3259. Maximum Energy Boost From Two Drinks
3259. Maximum Energy Boost From Two Drinks
Description
You are given two integer arrays energyDrinkA
and energyDrinkB
of the same length n
by a futuristic sports scientist. These arrays represent the energy boosts per hour provided by two different energy drinks, A and B, respectively.