请教 我在编译的时候出现错误: cerr undeclared 怎么解决? 试了在之前加 using namespace std; 或者直接用 std::cerr 都不行
加入 #include <iostream> 看看。