Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.

3133. Minimum Array End
9 months ago
3
You are given two integers n and x. You have to construct an array of positive integers nums of size n where for every 0 <= i < n - 1, nums[i + 1] is greater than nums[i], and the result of the bitwise AND operation between all elements of nums is x.
Return the minimum possible value of nums[n - 1].
Example 1:
Input: n = 3, x = 4
Output: 6
Explanation:
nums can be [4,5,6] and its last element is 6.
Example 2:
Input: n = 2, x = 7
Output: 15
Explanation:
nums can be [7,15] and its last element is 15.
Constraints:
1 <= n, x <= 108
#define ll long long
class Solution {
public:
long long minEnd(int n, int x) {
ll result=x;
while(--n){
result = (result+1) | x;
}
return result;
}
};
Loading comments...
-
11:04
Nate The Lawyer
3 days ago $3.10 earnedJudge, Mayor & 13 Democrats Arrested In Massive Mail-In Voter Fraud Scandal
7.97K30 -
50:15
daniellesmithab
1 day agoKick-Starting Careers for Young Albertans
8.44K -
39:01
Stephen Gardner
16 hours ago🔥This Will Leave You FURIOUS... What’s Really Going On?
62.8K127 -
19:33
DeVory Darkins
18 hours ago $10.20 earnedBREAKING: Charlie Kirk's shooter in custody after making chilling confession
33.7K147 -
2:12:43
TimcastIRL
11 hours agoErika Kirk Addresses Public After Charlie Kirk Assassination, Live Coverage | Timcast IRL
416K413 -
30:59
The Charlie Kirk Show
11 hours agoCharlie Kirk's beloved wife, Mrs. Erika Kirk addresses the Nation.
567K1.66K -
1:53:28
Man in America
19 hours agoLIVE: Assassin Arrested? Civil War? Are We Being Played?? | LET'S TALK
114K156 -
2:10:33
Badlands Media
16 hours agoOnlyLands Ep. 24: Processing Tragedy, Cancel Culture, and the Next Spark
77.4K30 -
2:27:53
TheSaltyCracker
11 hours agoGot Him ReeEEStream 9-12-25
296K403 -
52:11
Sarah Westall
13 hours agoBread and Circus Keeps you Financially Ignorant – Its Better for the Elites w/ Chris Russo
78.8K8