What is time complexity dependencies for modulo operator

In this particular question … I was using more than required modulos , but was getting tle for the same …
However after I cleared few of the mod … same code got an AC …
So this concludes that modulo operator do affect the complexity of ur code …
Am I on the right path ?

@prabh1601 Hey modulo or any other operator do not effect the time complexity, but they do effect the actual time for which program runs.
Two programs both O(n) and value of n is same for both then also the time to execute would be different. If they using different kind of operations
If this resolves your doubt mark it as resolved

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.