摘要:
#include <bits/stdc++.h> #include <windows.h> #define huang return #define da 0 #define shan ; #define Min 10 using namespace std; int a[11][11], a2[1 阅读全文
posted @ 2024-01-31 11:40
陈若麟
阅读(19)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <queue> using namespace std; int main() { int m,n; cin>>n>>m; queue<int> a; for(int i=1;i<=n;i++){ a.push(i); } int i=1; 阅读全文
posted @ 2024-01-31 11:36
陈若麟
阅读(46)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<queue> using namespace std; int main(){ queue<int> a; queue<int> b; int m,n,q; cin>>m>>n>>q; for(int i=1;i<=m;i++){ a.push 阅读全文
posted @ 2024-01-31 10:49
陈若麟
阅读(64)
评论(0)
推荐(0)

浙公网安备 33010602011771号