PAT 1029队列
摘要:
#include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); int n,m; long temp; queue<long> q1,q2; 阅读全文
posted @ 2020-04-03 20:24 chengyulala 阅读(106) 评论(0) 推荐(0) 编辑