发表评论取消回复
相关阅读
相关 Codeforces Round #720 (Div. 2) A. Nastia and Nearly Good Numbers
[Problem - A - Codeforces][] 题意: 给定a,b,定义a\b的倍数为好数,除了好数且是a的倍数的数是接近好数,现在让你构造三个数x,y,z,使x
相关 Codeforces Round #635 (Div. 2) C. Linova and Kingdom(贪心+搜索)
题目地址----> [C. Linova and Kingdom][] 题意:一个n个节点(root=1)的树,让你找k个工厂,其他n-k为旅游地,每个工厂从自身点到根节点经
相关 Codeforces Round #729 (Div. 2) c题
[https://codeforces.com/contest/1542/problem/C][https_codeforces.com_contest_1542_proble
相关 Codeforces Round #746 (Div. 2) C. Bakry and Partitioning
本文首发于微信公众号:"算法与编程之美",欢迎关注,及时了解更多此系列文章。 前言 题目来源 :Codeforces Round\746 (Div. 2) 链
相关 Codeforces Round #354 (Div. 2) C Vasya and String
Codeforces Round \354 (Div. 2) C Vasya and String time limit per test 1 se
相关 Codeforces Round #264 (Div. 2) C Gargari and Bishops 【暴力】
题目: 题意:给出一个矩阵,每一格都有一个数字,然后放入两个象,想可以吃掉对角线上所有的数字,问两个象能吃掉的最大值。 分析:这个题目思路就是暴力,暴力
相关 Codeforces Round #458 Div.2 C. Travelling Salesman and Special Numbers
一、题目 [http://codeforces.com/contest/914/problem/C][http_codeforces.com_contest_914_pr
相关 Codeforces Round #118 (Div. 2) C. Plant
Dwarfs have planted a very interesting plant, which is a triangle directed "upwards". Th
相关 Codeforces Round #573 (Div. 2) C.Tokitsukaze and Discard Items
地址:[Tokitsukaze and Discard Items][] 题目描述:一共n个项目从1~n,m个要删除的项目,n个项目每k个分成一组,每次只能删除每个组里需要删
相关 Codeforces Round #553 Div.2 E - Number of Components
思维题 又是一道完全不会的题qwq 将一条链划分成若干个联通块,其实就是划分成一些区间。每个区间都会有左端点和右端点,且当一个点作为左端点的时候,必定有一个点作为右端点
还没有评论,来说两句吧...