摘要:
#include<bits/stdc++.h> using namespace std; const int n=55; char s[n]; int f[n][n]; //const int INF=1e8; int main(){ scanf("%s",s+1); int len = strle 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; const int n=2010; char a[n],b[n]; int dp[n][n]; int main(){ scanf("%s%s",a+1,b+1); int l1 = strlen(a+1); 阅读全文
摘要:
1 #include<iostream> 2 #include<stack> 3 #include<cstdio> 4 using namespace std; 5 const int N = 12000; 6 7 struct edge{ 8 int to; 9 int next; 10 }e[N 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; typedef long long ll; const ll N=1000010; ll n,m; ll a[N]; struct Node{ ll it; ll l; ll r; ll data; }tree 阅读全文
摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const ll N=1000010; 5 ll n,m; 6 ll a[N]; 7 8 struct Node{ 9 ll it; 10 ll l; 阅读全文
摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const ll N=100100; 5 ll minn[N<<2]; 6 ll a[N]; 7 ll n,m; 8 ll cnt; 9 void b 阅读全文
该文被密码保护。 阅读全文