queue q;//这样写

  

这样写肯定错 【笑哭】

queue<int> q; //正确的

  

我想静静了

相关文章: