摘要:
Codeforces Round #574 (Div. 2) A Drinks Choosing B Sport Mafia 假设 a 为操作1执行次数,b为操作2执行次数 a + b = n 1 + ( a - 1 ) * a / 2 - b = k 解方程 CBasketball Exercis 阅读全文
摘要:
ATokitsukaze and Enhancement BTokitsukaze and Mahjong 分情况,三个花色相同,两个花色相同,然后里面再分。。。。。。 CTokitsukaze and Discard Items 只看数组p,然后走完一页删一页,直接定位到下一个p[i]的页面 D: 阅读全文
摘要:
A:MUH and Sticks 水题 B:MUH and Important Things 只要难度相同的个数大于三个,或者存在至少两种难度的个数为2 如果某个难度相同的数大于等于有三个,那么可以正序、逆序、乱序(从第二个开始输出) 如果存在两种或以上难度的个数为2,将正序、逆序、一个正序其余逆序 阅读全文
摘要:
Codeforces Round #268 (Div. 2) AI Wanna Be the Guy 水题 BChat Online 枚举第二个人的起床时间 C:24 Game 题意:初始你手中有n张牌,数字分别是1~n,然后你任选其中两张牌,用“+”,“-”,“*”,来组合出另一张牌(另一个数字) 阅读全文
摘要:
Codeforces Round #565 (Div. 3) A Divide it! 由题可知,分别消掉1个2,3,5分别需要1,2,3的花费 #include<bits/stdc++.h> using namespace std; typedef long long ll; ll q,n; in 阅读全文