摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; stack<int> stk; int main() { char c; int num=0; while(cin>>c){ if(c=='@') break; if(c>='0'&&c<='9' 阅读全文
posted @ 2026-02-04 23:03
AnoSky
阅读(3)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=10010,M=1010,INF=0x3f3f3f3f; int n,m,k; int u[N],d[N]; int l[N],h[N]; int f[N][M]; int 阅读全文
posted @ 2026-02-04 22:16
AnoSky
阅读(1)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=105,M=2e4+10; int f[M]; vector<int> a[N]; int s,n,m; int main() { ios::sync_with_stdio 阅读全文
posted @ 2026-02-04 20:01
AnoSky
阅读(1)
评论(0)
推荐(0)

浙公网安备 33010602011771号