fast I/O in C/C++

There many ways to do input/output in C/C++. Some are slow, some are fast and some can be very fast. Here I’ll be discussing some of these methods.Many a times during competetive programming you come across the warning “Careful – large input/output“. Now what exactly does this means? This basically means that you have to…

Read more...