Cyclic And Or
CodeChefOpen on judge ↗
You are given a number $N$ represented as a binary representation of $X = 16$ bits. You are also given a number $m$ and a character $c$. Determine a number $M$ that is generated after cyclically shifting the binary representation of $N$ by positions $m$ either left if $c = L$ or right if $c=R$ . ###Input: - First line will contain $T$, number of testcases. Then the testcases follow.
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start