我打的代码
#include <iostream> #include <stack> using namespace std; int main() { stack<char> ops; }
显示的错误如图所示
请问是为什么呢
检查一下是否安装了C/C++扩展
没找到头文件,环境没配置好吧