通常使用 std: : cout 表示正常输出,std: : cerr 表示错误,std: : clog 表示“日志记录”(这可以表示任何意思)。

    主要的区别是 std: : cerr 没有像其他两个一样被缓冲。