1. Console streams #

Created Friday 21 August 2020

https://www.slideshare.net/basharkernel/acm-aleppo-cpc-training-second-session

ios::sync_with_stdio (false);

• This statement turns off the synchronization between the C++ IO and C IO, so once you use it you can’t use printf and scanf.