[UVA][math] 1406 - A Sequence of Numbers
You are given a sequence of N
integers (each within the range
[0, 216 - 1]
) along with P
operations and in order to solve this problem you need to process the operations instructed as follows.
There are two kinds of operations that you will be instructed to perfor...