filmov
tv
Fast Input / Output for Competitive Programming
Показать описание
Input / Output are curicial part of your program & you should not ignore it. In C++ cin & cout are used for input & output respectively. And they both are really slow. In this tutorial i discuss about how to make these fast & what are the better option than these functions.