提交时间:2024-08-19 15:48:44

运行 ID: 167006

//把这个上传到服务器 #include<queue> using namespace std; int main(){ queue<int> q; while(1)q.push(1); }