A - Diverse Team
签到题就不多说了。
#include <cstdio>
int find[105];
int main(){int n,k,distinc0,a;scanf("%d%d",&n,&k);for(int i1;i<n;i){scanf("%d",&a);if(!find[a]){find[a]i;distinc;}}puts(distinc>k?"YES&…
Description
给出一个长度为n的序列a,定义f(x,n)x%a[n],f(x,i)x mod a[i]f(x mod a[i],i1) (1<i < n) 求最大的f(x,1) n<2*1e5,ai<1e13
Solution
我太菜了不会做,还是来翻译题解吧: 设x初始值mod a[1] mod a[2] mod a[3]……
传送门
题意: 给n个点,可以过每个点做x轴垂线,平行线,问一共多少种不同图像。
题解: (直接copy官网的吧,下面有翻译): Let’s build graph on points. Add edge from point to l…
看了题解发现做题的时候比较智障。
D: 给一个长度为n的序列,每个序列有一个颜色ai,重复m次,一旦相同的颜色连续的长度大于k,这段就将被消除,求最终序列的长度。 Sol: First, let’s see what happens inside one bu…
A题:
A题题目链接
题目描述: A. Guest From the Pasttime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputKolya Gerasimov loves kefir very much. He lives in year 1984 and knows all the de…
A题:
A题题目链接
题目描述: Stripies TimeLimit:1000MS MemoryLimit:30000K64-bit integer IO format:%lldProblem DescriptionOur chemical biologists have invented a new very useful form of life called stripies (in fact, they were first …
这场多灾多难啊。。fst了交错程序了删了stdio.h结果重装cpp什么的各种惨 A. Brains Photos 出现C M Y中的任意一个就是彩色,否则黑白 B. Bakery 很容易得到答案肯定是一条边的长度 枚举边,找一端是仓库一端不是的,取最小值即可 C. Pythagorea…
C. JourneyDescription
There are n cities and n - 1 roads in the Seven Kingdoms, each road connects two cities and we can reach any city from any other by the roads.
Theon and Yara Greyjoy are on a horse in the first city, they are starting traveling th…
A - 森林口味的奶昔 (CF285C)
注意到这是森林,所以必然有叶子结点。我们可以根据叶子结点拓扑排序顺便异或就是答案。
#include <cstdio>
#include <queue>
#include <cstring>
#include <algorithm>
using namespace std;
const int N …
状态压缩dp 如果本来就在关系网之内,最小步是0,上一个状态是-1(不存在) 如果通过新的关系到达的步骤小于之前的步骤,就更新。
#include <iostream>
#include <cstring>
using namespace std;
const int init-1;
int minstep[1…
A. Beat The Odds
【题意】
给定一个序列,问最少需要删掉几个数字能够使得任意两个相邻的数和是偶数
【分析】
删除全部偶数或奇数即可
【代码】
#include<bits/stdc.h>
using namespace std;
typedef long long ll;
const int maxn2e65;
int n;
int ma…
题目链接:F. Minimum Sum of Array
题目:
You are given an array a consisting of n integers a1, ..., an. In one operation, you can choose 2 elements ai and aj in which ai is divisible by aj and transform ai to aj.
A number x is said…
B. Mike and stringstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputMike has n strings s1, s2, …, sn each consisting of lowercase English letters. In one move he can choose a string si, erase the fir…
A题:
A题题目链接
题目描述: Star TimeLimit: 1000ms MemoryLimit:32768KB64-bit integer IO format:%I64dProblem DescriptionOverpower often go to the playground with classmates. They play and chat on the playground. One day, there are a…
这题看题就知道公式x[i-1]a[i]a[i-1],然后让你求哪些k可以一直满足b[j]bj-i这个k就可以行
#include<bits/stdc.h>
using namespace std;
int n,k,fl,a[1005],b[1005],c[1005];
int main(){scanf("%d",&n);for(int i1;i<n;i) scanf("%d",ai),…
QDU暑假训练 ---- 热身赛 A POJ 1000 床
Calculate ab
Input
Two integer a,b (0<a,b<10)
Output
Output ab
Sample
Input
1 2Output
3Hint
Q: Where are the input and the output?
A: Your program shall always read input from stdin (Standard Input) a…
A. Game with Integers
签到题,但是本蒟蒻11分钟才AC,主要还是英文题面不熟练,题目中加粗了after,只有下一步操作之后能被整除才胜利。
英文题面的加粗单词很重要,注意提高签到题速度。 B. 250 Thousand Tons of TNT…
题目描述
You are an assistant director in a new musical play. The play consists of n musical parts, each part must be performed by exactly one actor. After the casting the director chose m actors who can take part in the play. Your task is to assign the p…
目录
A. Rating Increase
题目分析:
B. Swap and Delete
题目分析:
C. Game with Multiset
题目分析: A. Rating Increase 题目分析:
因为首部不为零,故我们从第二个字符开始遍历,如果遇到第一个不为‘0’的字符࿰…
目录
A - Three Threes
B - Pentagon
C - Repunit Trio
D - Erase Leaves
E - Takahashi Quest A - Three Threes
输入一个数n,输出n个n.
B - Pentagon 给定一个正五边形,任意给两对顶点,问这两对顶点之间的距离是否相同…
A题:
A题题目链接
题目描述: A. Duff and Meattime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputDuff is addicted to meat! Malek wants to keep her happy for n days. In order to be happ…
Winter Training Div.1 #1 C题
D. Fix a Tree
A tree is an undirected connected graph without cycles. 一棵树是一个无向无环的连通图。 Let’s consider a rooted undirected tree with nnvertices, numbered 1" role="presentation" style="posit…
注意一下溢出问题就能过…
#include <iostream>
using namespace std;
typedef unsigned long long ull;
typedef long long ll;
int main(){ull x,mo,ans1 ;cin>>x>>mo;if(x>30)cout<<mo;else cout<<mo%(1<<x);
}
目录
A. Problemsolving Log
问题分析:
B. Preparing for the Contest
问题分析:
C. Quests 问题分析:
D. Three Activities
题目分析:
E1、E2. Game with Marbles (Hard Version) 题目分析:
F. Programming Competition
待更... A. Problem…
A.Make it White (模拟)
题意:
给一个字符串 s s s,找出最左边的 B B B和最右边的 B B B,以这两个字母为左右端点的区间包含有多少个字母。
分析:
按照要求,遍历一遍字符串找到左右端点即可。
代码:
…
题目链接:http://codeforces.com/contest/1111/problem/B
(第一次打codeforce,AC的代码被人hack了,大年三十都不让人好过T_T)
题目: Every superhero has been given a power value by the Felicity Comm…
UPD 2016.10.23 shift-and (2题)
Codeforces 训练
现在已经完成了:
191
【Codeforces Round #377】 (6/6)
Div 2 A Buy a Shovel 模拟 Div 2 B Cormen — The Best Friend Of a Man 贪心 Div 2 C Sanatorium 暴力枚举每种情况 Div 2 D Exams 二分贪心 Div …
Codeforces Round 903 (Div. 3)ABCDE 目录 A. Dont Try to Count题目大意思路核心代码 B. Three Threadlets题目大意思路核心代码 C. Perfect Square题目大意思路核心代码 D. Divide and Equalize题目大意思路核心代码 E. Block Sequence题目大意思路核心代码 A. Don’t Try t…
A. Blackboard List solve: 1、生成的数一定不是负数,所以有负数的情况下,负数一定是原来的数。 2、没有负数的情况下,最大的数一定是原来的数,因为操作只能使数变小。
void solve()
{cin>>n;for(int i0;i<n;i)cin>&…
A. Reverse 2022年2月15日15:29:19 题目描述
给一个长度为 n 序列, p 1 , p 2 , … , p n p_1, p_2, \dots, p_n p1,p2,…,pn 。选择两个整数,即一个区间 [ L , R ] [L, R] [L,R] ,对其区间进行反转操作。
要求你找到恰好执行一次反…
Codeforces Round 893 (Div. 2) 目录 A. Buttons题目大意思路核心代码 B. The Walkway题目大意思路核心代码 C. Yet Another Permutation Problem题目大意思路核心代码 A. Buttons 题目大意
一共有三个盒子分别是a、b、c,第一个人只能拿a、c,第二个人只…
A - Mark the Photographer
题意
给定一个数组表示每个人的身高,数字个数一定为偶数。要求将其分为前后两排,其中后排要比前排高 xxx,问能否构成。
题解
将数组排序,然后折半匹配就行。
#include<bits/stdc.h>
u…
A. Satisfying Constraints(模拟)
题意:
给出 n n n个限制条件,问有多少个数字 k k k同时满足这些限制条件。
限制条件分为以下三种: k k k必须大于等于给出的一些数字 x x x k k k必须小于等于给出的一些数字 x x x k k k不能与给出的…
目录 A. Secret Sport
题目分析:
B. Two Out of Three
题目分析:
C. Anonymous Informant 题目分析: A. Secret Sport 题目分析:
A,B一共打n场比赛,输入一个字符串由A和‘B’组成代表A赢或者B赢(无平局),因为题目说明这个人…
文章目录 A. Rook题目题目大意思路核心代码 B. YetnotherrokenKeoard题目题目大意思路核心代码 C. Removal of Unattractive Pairs题目题目大意思路核心代码 D. Jumping Through Segments题目题目大意思路核心代码 E. Good Triples题目题目大意思路核心代码 F. Shift and Rever…
A.Constructive Problems(思维)
题意:
给出一个 n m n \times m nm的网格,你需要将网格上所有点均填满水,当一个格子同时满足以下两个条件时,格子中也会被填满水: 该格子的左边或右边已经被填满水了 该格子的上面或…
目录 A. Rook
问题分析:
B. YetnotherrokenKeoard
问题分析:
C. Removal of Unattractive Pairs
问题分析:
D. Jumping Through Segments
问题分析:
E. Good Triples
问题分析: A. Rook 问题分析:
给一个棋子将其同行同列的位置输出
#include<bits/s…
D E统统FST...
差一点就飞升了...
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
A.King of Thieves
给你一张地图,让你从某个…
D. A-B-C Sort 步骤 1 :当 a不为空时,从 a中取出最后一个元素,并将其移动到数组 b的中间。如果 b 当前长度为奇数,则可以选择:将 a 中的元素放到 b 中间元素的左边或右边。结果, a 变空, b 由 n…
题意: 给定一个长度为 n 的数组a[ ],并且有两种操作:
①将前 i 个数全都加上 x;
②将前 i 个数全都 mod x
要求用不超过 n1 次操作,使得数组 a[ ] 严格单调递增。
思路: 对于每个数a[ i ],实施操作 a[ i ]%( a…
C o d e f o r c e s R o u n d 923 ( D i v . 3 ) ( A − E ) \Huge{Codeforces Round 923 (Div. 3)(A-E)} CodeforcesRound923(Div.3)(A−E)
比赛地址:Codeforces Round 923 (Div. 3)
Problems A. Make it White
思路
题目给出一个用’W’和’B’组成的字符串…
目录 A. The Man who became a God
题目分析:
B. Hamon Odyssey
题目分析:
C. Vampiric Powers, anyone?
题目分析: A. The Man who became a God 题目分析:
n个人分成k组,每一组的力量都是这样的,那么如果分成k组那么就会有k-1个力量不被统计…
Portal. C. Books Queries
Portal.
sol.
D. Boxes Packing
Portal.
把从左至右删物品转化为从右至左加物品。模拟即可。
#include <bits/stdc.h>
using namespace std;const int maxn2e55;
int a[maxn];int main()
{int n,m,k;cin>>n>>m>>k;for(…
题目描述: D. "Or" Gametime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given n numbers a1, a2, ..., an. You can perform at most k operations. For each operation you can mu…
Codeforces Round #807 (Div. 2) A. Mark the Photographer
2*n 个人,问能否排成两行,使得两行对应位置的后面的人比前面的人高
排序后,前n个人作第一排,后n个人作第二排,判断一下即可
B. Mark the Dust Sweeper
给…
A题:
A题题目链接
题目描述: A. Wet Shark and Odd and Eventime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputToday, Wet Shark is given n integers. Using any of these integers no more…
A题:
A题题目链接
题目描述: A. Robot Sequencetime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputCalvin the robot lies in an infinite rectangular grid. Calvins source code contains a…
A题:
A题题目链接
题目描述: New term and days TimeLimit:2000MS MemoryLimit:256MB64-bit integer IO format:%I64dProblem DescriptionToday is Wednesday, the third day of the week. Whats more interesting is that tomorrow is the last day…
传送门:Make a Permutation题目大意:
给出一个N,并给出N个数(可能重复),然后要求用1~N内未使用的数替换其中重复的数,形成一个排列,使这个排列的字典序最小,求需要替换的…
Codeforces Round 933 (Div. 3) (A~D)
目录:A B C D
A题:Rudolf and the Ticket
标签: 暴力枚举(brute force)数学(math)排序算法(sortings)双指针算法(two pointers&…
Portal. A. Two Regular Polygons
Portal.
正 n n n 边形中心角为 36 0 ∘ n \dfrac{360^\circ}{n} n360∘,正 m m m 边形中心角为 36 0 ∘ m \dfrac{360^\circ}{m} m360∘,若能包含显然要 ( 36 0 ∘ n ) ∣ ( 36 0 ∘ m ) (\dfrac{360^\circ…
Two Paths Description
As you know, Bob’s brother lives in Flatland. In Flatland there are n cities, connected by n - 1 two-way roads. The cities are numbered from 1 to n. You can get from one city to another moving along the roads.
The Two Paths compa…
A. Constructive Problems(签到)
题解
输出max(x,y)
t int(input())
for _ in range(t):u, v map(int,input().split())print(max(u,v))
B. Begginers Zelda(统计树的叶子)
题解
输出叶子个数除以2上取整
// Problem: B…
总结:5.9有同学问B题,所以就连同ABC题一起做了,都算是思维题吧,难度不算高
A. LuoTianyi and the Palindrome String
思路:输入的都为回文字符串,如果输入的回文字符串每个字符都相同,如"…
Portal. B1. Wonderful Coloring - 1
Portal.
记 c n t i cnt_i cnti 代表第 i i i 种字母在 s s s 中的出现次数,有两种情况:
若 c n t i > 1 cnt_i>1 cnti>1,此时对于这种字母,我们将它出现的某次染成红色&…
c o d e f o r c e s 1534 C . L i t t l e A l a w n ′ s P u z z l e \Huge{codeforces\ 1534C.Little Alawns Puzzle} codeforces 1534C.LittleAlawn′sPuzzle 文章目录 思路标程 题目地址:Problem - 1534C - Codeforces 思路
题目给定两个长度为n的数组&#…
This is the easy version of the problem. The difference is that in this version the array can not contain zeros. You can make hacks only if both versions of the problem are solved.
You are given an array [a1,a2,…an][a1,a2,…an] consisting of integers −1…
题目
ALove StoryBBlank SpaceCMr. Perfectly FineDGold RushEThe LakesFForever WinterGHits DifferentHDont Blame Me
A. Love Story
Timur loves codeforces. Thats why he has a string 𝑠 having length 1010 made containing only lowercase Latin letters…
Codeforces864Div2B #864Div2的B题 原题链接: Codeforces864Div2B
大意:
给一个 n ∗ n n * n n∗n的数组,数组中的数非0既1,你可以把1变成0,也可以把0变成1,你必须执行严格的k次操作,问你能否让这个数组…
Codeforces Round 905 (Div. 3) 目录 A. Morning题意思路核心代码 B. Chemistry题意思路核心代码 C. Raspberries题意思路核心代码 D. In Love题意思路核心代码 E. Look Back题意思路核心代码 A. Morning 题意
从一开始,每一次操作可以选择当前的数字打印或者是移…
正题
题目链接:https://codeforces.com/contest/1773/problem/K 题目大意
要求构造一张 n n n 个点的无向图满足。
不存在重边和自环,且图连通所有点的度数恰好有 k k k 个不同的值 1 ≤ k ≤ n ≤ 500 1\leq k\leq n\leq 500 1≤k≤n≤500 解题思路
非常好构…
前言:
暂时更新到D,后面的找时间再看
A. Two Vessels
题目A:通过最少操作使得a,b水相等,分abs(a-b)是不是2*c的倍数讨论,2c是因为,a-c bc 总差值为2*c;
#include<bits/stdc.h>
using namespace s…
1.A
a题 ∑ i 2 n ( a i − a i − 1 ) \sum_{i2}^{n}(a_{i}-a_{i-1}) ∑i2n(ai−ai−1) a n − a 1 a_{n}-a_{1} an−a1所以我们排一下序输出 a n − a 1 a_{n}-a_{1} an−a1即可,当然直接累加也可以
#include<bits/stdc.h>
using namespace std;
#def…
Apr/01/2023 22:35 UTC8 02:00 Unrated但是好玩hhh
A. Are You a Robot? 输出验证码“security"
B. Was it Rated? CF Round 1-25中15,20,21不是rated
C. Digits n相乘,分割方法是圆周率前t位数对应的数字,t<32是因为…
A. Setting up Camp 题目分析: 有三种人,内向、外向、综合,内向必须独自一个帐篷,外向必须3个人一个帐篷,综合介于1~3人一个帐篷,我们发现非法情况只会存在外向的人凑不成3个人一个帐篷的情况,因外向不够可…
Mr. Kitayuta’s Colorful Graph
题面翻译
给出一个 n n n 个点, m m m 条边的无向图,每条边上是有颜色的。有 q q q 组询问
对于第 i i i 组询问,给出点对 u i , v i u_i,v_i ui,vi。求有多少种颜色 c c c 满足:有至…
You are given an array aa of nn integers a1,a2,a3,…,an.
You have to answer qq independent queries, each consisting of two integers ll and rr.
Consider the subarray a[l:r]a[l:r] [al,al1,…,ar][al,al1,…,ar]. You can apply the following operation to the …