A. Verify Password 思路:按照ASCLL值进行比较就行(因为字母的ASCLL本来就在数字后面),所以,只要找到前面比后面的数大就输出NO,反之YES 代码实现: #include<bits/stdc++.h>using namespace std;#define N 100005typedef long long ll;ll n, m, num, sum
A:能用3肯定用三,然后分类讨论即可 #include<bits/stdc++.h>using namespace std;const int N = 2e5+10,M=2*N,mod=998244353;#define int long longtypedef long long LL;typedef pair<int, int> PII;typedef unsigned long
A. PizzaForces A. PizzaForces 题意:易懂,略 思路:简单贪心即可,把n分成这样的形式n=10+x+10y,那么10y个人用y个large蛋糕,剩下的10+x用三种蛋糕组合 看哪个最省时间 AC_code: #include<bits/stdc++.h>using namespace std;typedef long long ll;int main(){
C. Min Max Sort 很不错的一道题目,不过脑电波和出题人每对上, q w q 。 qwq。 qwq。 正难则反。 我们考虑最后一步是怎么操作的。 最后一步一定是对 1 1 1和 n n n进行操作 那么上一步呢? 上一步应该是对 2 2 2和 n − 1 n-1 n−1 以此类推 第一步应该是对 n 2 \frac{n}{2} 2n和 n 2 + 1 \frac{n}{2}+1 2
文章目录 题目链接题意题解代码 题目链接 C. Digital Logarithm 题意 给两个长度位 n n n的数组 a a a、 b b b,一个操作 f f f 定义操作 f f f为, a [ i ] = f ( a [ i ] ) = a [ i ] a[i]=f(a[i])=a[i] a[i]=f(a[i])=a[i]的位数 求最少多少次操作可以使 a 、 b
题目链接:https://codeforces.com/contest/1334/problem/B B. Middle Class time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Many years ago Berland was
题目链接:https://codeforces.com/contest/1334/problem/A A. Level Statistics time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Polycarp has recently c