error C2955: “std::xx”: 使用 类 模板 需要 模板 参数列表

queue q;

改成

queue<int> q;

 

posted @ 2021-11-01 00:05  朱小勇  阅读(149)  评论(0编辑  收藏  举报