网站首页 站内搜索

搜索结果

查询Tags标签: P2354,共有 2条记录
  • P2354 [NOI2014] 随机数生成器

    前半段模拟。 后面贪心:从小到大依次选。判断能不能选: 每行维护 \(L,R\)。红色位置不能走。然后暴力。 卡空间,以下 \(70pts\)。 #include<bits/stdc++.h> using namespace std; const int maxn=5001*5001; long long x0,a,b,c,d,n,m,q,u,v; struct l{int x;int…

    2021/10/4 6:13:21 人评论 次浏览
  • P2354 [NOI2014] 随机数生成器

    前半段模拟。 后面贪心:从小到大依次选。判断能不能选: 每行维护 \(L,R\)。红色位置不能走。然后暴力。 卡空间,以下 \(70pts\)。 #include<bits/stdc++.h> using namespace std; const int maxn=5001*5001; long long x0,a,b,c,d,n,m,q,u,v; struct l{int x;int…

    2021/10/4 6:13:21 人评论 次浏览
扫一扫关注最新编程教程