BICLIQUE (Doubt with sync_with_audio)

My code was all correct but was showing TLE. Then I tried my code with this statement:

ios::sync_with_stdio(0);

And it passed all the cases. Can anyone tell how this code effects the efficiency?

its sync_with_stdio not audio :stuck_out_tongue:

Take a look at explanation

1 Like