首页 > TAG信息列表 > 1294

读《一生的资本》

美国 - 奥里森 马登 著       晚上的空闲时间要用来学习,充电,这才是成功的方法。   比上二本书要好一些,不过总感觉这些内容已经过时的样子。 点赞 收藏 分享 文章举报 wide288 发布了1294 篇原创文章 · 获赞 170 · 访问量 398万+ 他的

CodeForces 1294 E.Obtain a Permutation (贪心)

E.Obtain a Permutation You are given a rectangular matrix of size n×m consisting of integers from 1 to 2⋅105. In one move, you can: choose any element of the matrix and change its value to any integer between 1 and n⋅m, inclusive; take any column and

JZOJ 1294. 轻轨

题目 Description   有N(1<=N<=20,000)个站点的轻轨站,有一个容量为C(1<=C<=100)的列车起点在1号站点,终点在N号站点,有K(K<=50,000)组牛群,每组数量为M_i(1<=M_i<=N),行程起点和终点分别为S_i和E_i(1<=S_i<E_i<=N)  计算最多有多少头牛可以搭乘轻轨。   Input   第1行:3个空格隔开的