3277. Maximum XOR Score Subarray Queries
3277. Maximum XOR Score Subarray Queries
Description
You are given an array nums
of n
integers, and a 2D integer array queries
of size q
, where queries[i] = [li, ri].
3276. Select Cells in Grid With Maximum Score
3276. Select Cells in Grid With Maximum Score
Description
You are given a 2D matrix grid
consisting of positive integers.
3273. Minimum Amount of Damage Dealt to Bob
3273. Minimum Amount of Damage Dealt to Bob
Description
You are given an integer power
and two integer arrays damage
and health
, both having length n
.
3272. Find the Count of Good Integers
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
.