iostream Acceleration
Untie¶
Tip
The untied cin & cout are actually faster than scanf & printf.
Warning
You CANNOT use functions in <stdio>
after untie, including printf()
, scanf()
, puts()
, freopen()
.
endl¶
endl can be about 10 times slower than the "\n".