Question: You are given an array A of length N and Q tasks. Each task is of the following type: LR V: Apply the bitwise -
You are given an array A of length N and Q tasks.
Each task is of the following type:
LR V: Apply the bitwiseand operator with V for all A where LiR
You need to print the array after performing all the tasks.
Input format
First line: Two integers, N denoting the length of array and Q denoting the number of tasks
Second line: N spaceseparated elements of the array
Each of the following lines contains a task in the described format
Output format
Print the final array after performing all the tasks.
Constraints
N
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
