In this new post on Competitive Programming I explain some common idioms to deal with input and output:
C++ in Competitive Programming: I/O
by Marco Arena
From the article:
Very rarely I had to switch to C functions (e.g. scanf) or turn off the synchronization between C++ streams and standard C streams...
Add a Comment
Comments are closed.