网站首页 站内搜索

搜索结果

查询Tags标签: 1259,共有 2条记录
  • 1259:【例9.3】求最长不下降序列

    http://ybt.ssoier.cn:8088/problem_show.php?pid=12591 #include<bits/stdc++.h>2 using namespace std;3 typedef long long ll;4 const ll N=1e5+520;5 ll a[N],dp[N];6 const int INF=0x3f3f3f3f;7 ll n;8 int main()9 { 10 scanf("%lld",&n…

    2021/8/2 6:05:52 人评论 次浏览
  • 1259:【例9.3】求最长不下降序列

    http://ybt.ssoier.cn:8088/problem_show.php?pid=12591 #include<bits/stdc++.h>2 using namespace std;3 typedef long long ll;4 const ll N=1e5+520;5 ll a[N],dp[N];6 const int INF=0x3f3f3f3f;7 ll n;8 int main()9 { 10 scanf("%lld",&n…

    2021/8/2 6:05:52 人评论 次浏览
扫一扫关注最新编程教程