So after we do ios_base::sync_with_stdio;cin.tie(0);
will cin
and cout
be as fast as scanf
and printf
? Thanks!
thanks! I didn’t see that in the module before.
So after we do ios_base::sync_with_stdio;cin.tie(0);
will cin
and cout
be as fast as scanf
and printf
? Thanks!
thanks! I didn’t see that in the module before.