我们教室教的包括书上给的模板都是using namespace std;但是我在我的clion上面用using namespace std;却会报错,反而只写using namespace倒不会显示报错。这是为什么?
using namespace std;