Question about IO Stream

So after we do ios_base::sync_with_stdio;cin.tie(0); will cin and cout be as fast as scanf and printf? Thanks!

see https://usaco.guide/general/fast-io?lang=cpp

thanks! I didn’t see that in the module before.