What's wrong in my code it does not passes the last test case

hello @nitinchoudhary260

add these two lines just in the start of int main.

   ios_base::sync_with_stdio(false);
    cin.tie(NULL);

read about fast io for more details

It worked with int_fast32_t. Thanks for the help

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.