I was taking part in a practice contest and I noticed that my program was slower when I used the lines
ios_base::sync_with_stdio(false);
cin.tie(NULL);
Which is contrary to what I’ve read can someone please explain this
I was taking part in a practice contest and I noticed that my program was slower when I used the lines
ios_base::sync_with_stdio(false);
cin.tie(NULL);
Which is contrary to what I’ve read can someone please explain this
It shouldn’t be like that… Can you share solution link ?
share your code.