发表评论取消回复
相关阅读
相关 codeforces C. Sorting Railway Cars 贪心
C. Sorting Railway Cars time limit per test 2 seconds memory limit per test 256 mega
相关 codeforces 603 C. Load Balancing 贪心
C. Load Balancing time limit per test 2 seconds memory limit per test 256 megabytes
相关 codeforces C. Bits 贪心
C. Bits time limit per test 1 second memory limit per test 256 megabytes input sta
相关 codeforces C. Money Transfers 贪心
C. Money Transfers time limit per test 1 second memory limit per test 256 megabytes
相关 C - Hot Bath CodeForces - 127C——贪心
Think: 1>题意:已知冷水温度t1,热水温度t2,冷水最高释放速度x1,热水最高释放速度x2,问如何控制释放速度可使最快达到正趋向于温水温度t0 1>题意建模:两
相关 CodeForces 873C(贪心)
问题描述: Ivan is playing a strange game. He has a matrix a with n rows and m columns. Eac
相关 CodeForces 825C(贪心)
问题描述: Makes solves problems on Decoforces and lots of other different online judges. Ea
相关 简单贪心-CodeForces 808C-Tea Party
简单贪心-CodeForces 808C-Tea Party -------------------- 题目链接:[C. Tea Party][] 思路:
相关 Codeforces 353E 贪心
题意:给你一张有向图,第i条边连接i号点和(i + 1) % n号点,问最多可以选择多少个点,使得这些点互相不可达。 思路:容易发现,如果某个边的集合点的数目大于等于2,那么
相关 Elections CodeForces - 1020C (贪心)
大意: 有n个选民, m个党派, 第i个选民初始投$p\_i$一票, 可以花费$c\_i$改变投票, 求最少花费使得第一个党派的票数严格最大 假设最终第一个党派得票数$
还没有评论,来说两句吧...