Zootopia

Judy Hopps , a rookie officer joined Zootopia Police Department. She was fond of working sincerely f…

Click here to read the complete problem statement.


If you need help solving this problem, mention your approach and ask specific questions. Please avoid sharing your code and asking the Community to figure out “what’s wrong”.

The formatting in the Input section is not there.

It should be 1<=t<=10^5 and 1<=L,R<=10^18.

I saw the 1s time limit and these small numbers. I was like, why would I even try to optimize when the inputs are so small. xD

Then got CLE and figured out that the formatting is wrong.

1 Like

You are right. The formatting was indeed broken. Thank you for bringing this to our attention.