摘要:
#include<iostream> #include<cstring> using namespace std; const int maxn = 105; char a[maxn],b[maxn]; int dp[2][maxn]; int main(){ while(cin>>a>>b){ i 阅读全文
posted @ 2021-07-22 16:11
智人心
阅读(102)
评论(0)
推荐(0)
摘要:
ios::sync_with_stdio(false); cin.tie(0); 阅读全文
posted @ 2021-07-22 16:03
智人心
阅读(38)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<stack> using namespace std; const int maxn = 105; int n,data[maxn],t[maxn]; stack<int>s; int main(){ int ans; while(cin>>n 阅读全文
posted @ 2021-07-22 10:12
智人心
阅读(35)
评论(0)
推荐(0)

浙公网安备 33010602011771号