queue q;//这样写
queue<int> q; //正确的
error C2955: “std::xx”: 使用 类 模板 需要 模板 参数列表
原文:https://www.cnblogs.com/gongyanyu/p/10480168.html