LAZER Video Solution

You got me :joy: :laughing:

@v_max
It is ridiculous but true that I made a bet with my elder brother that I would not submit any solution of any challenge until I get 100 in my college math exam. And our college examination is running now. It will be finished at 30 March. And the result will come in 5 April. So, I think I will miss March long Challenge, March Cook-off, March lunchtime etc. So, now I just try practice problem in CodeChef. Sorry to say, But I think you will see me again in April long challenge. Have a good day. Wish good luck to CodeChef Team.
Your best regards,
Ifrun kader

1 Like

Okay bro see you in april long :slight_smile:

1 Like

Why use of MO’s getting TLE?
first I will do coordinate compression on Y and after that
I am using MO’s for queries

and for update I am using lazy BIT

so time complexity will be O(Q*sqrt(N)*logN)
here is my code can someone help me why I am getting TLE?

https://www.codechef.com/viewsolution/30520434

you have been rick rolled :slight_smile:

Great approach,
This was really helpful!
Thanks a lot!