发表评论取消回复
相关阅读
相关 Codeforces Round #619 (Div. 2) F. Super Jaber BFS最短路
题目链接:[http://codeforces.com/contest/1301/problem/F][http_codeforces.com_contest_1301_pro
相关 Codeforces Round #619 (Div. 2) E. Nanosoft 最大合法正方形
题目链接:http://codeforces.com/contest/1301/problem/E 题意:对于一个正方形分成4等份,左上角红,右上角绿,左下角黄,右下角蓝才
相关 Codeforces Round #619 (Div2) D. Shortest and Longest LIS
[D. Shortest and Longest LIS][] 题意:最长上升子序数。 给你一个数组长度n,数据为1-n,一个长度为n-1的字符串,这个字符串只有>或<
相关 Codeforces Round #619 (Div2) B. Motarack's Birthday
[B. Motarack’s Birthday][B. Motarack_s Birthday] 题意:给你一个数组,这个数组有消失的数(所有消失数都相等),让你求消失数k使
相关 【题解】Codeforces Round #619 (Div. 2)
> 比赛链接:[https://codeforces.com/contest/1301][https_codeforces.com_contest_1301]
相关 Codeforces Round #619 (Div. 2):C. Ayoub's function
Discription Ayoub thinks that he is a very smart person, so he created a function f(s)
相关 Codeforces Round #619 (Div. 2):B. Motarack's Birthday
Discription Dark is going to attend Motarack’s birthday. Dark decided that the gift he
相关 Codeforces Round #619 (Div. 2):A. Three Strings
Discription You are given three strings a, b and c of the same length n. The strings c
相关 Codeforces Round #306 (Div. 2) D-E
D构造 首先我们想到的是做一个对称的图形,如同哑铃一般,中间的就是桥,两侧的就是双连通块。 那么我们想到的是构造一个双连通块,使得这个双连通块有一个点的度数为k−1,其
相关 Codeforces Round #401 (Div. 2) (A~E)
[CF \401][CF _401](链接) A题: 枚举一下题意,然后找循环节就可以了。(不找规律会TLE的) 代码: include<bits/stdc++
还没有评论,来说两句吧...