Educational Codeforces Round 85 (Rated for Div. 2) A. Level Statistics
目录传送门题意:思路:代码: 传送门 题意: 思路: 就是让判断给出的数据是否合理 两个p,c p,c肯定是是增加的,要么不变 p不变的话,c肯定不能变 始终p应该是大于等于c的 如果两个同时增加,p增加的应该大于等于c增加的 代码: #include #include #include #include #include #include #include #include #include #include #define pb push_back #define lb lower_bound #define ub upper_bound #define fi first #defi
用户评论