对于C++程序员
需要知道为什么默认情况下cin/cout比scanf/printf慢,要知道如何优化。参考 《cin.tie与sync_with_stdio加速输入输出》一文。
[1] http://www.hankcs.com/program/cpp/cin-tie-with-sync_with_stdio-acceleration-input-and-output.html
需要知道如何检测C++的运行耗时。
https://stackoverflow.com/questions/375913/how-can-i-profile-c-code-running-on-linux