E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
387C
CF
387C
贪心
题目链接:这里题意:就是给处一个长度不超过10^5的十进制正整数,是按照题目所给的方法从一个数组中拼出来的,为初始的那个数组最多有多少个元素。解法:从末尾向开头贪心加更大字符串的字符串即可。//CF387C#includeusingnamespacestd;constintmaxn=100010;chars[maxn],tmp[maxn];intcnt,i;boolcheck(){if(i>cnt
just_sort
·
2020-07-14 12:29
ACM/ICPC
贪心/思维/构造题
ACM/ICPC
集训队平时训练题
CodeForces
387C
George and Number
链接:http://codeforces.com/problemset/problem/387/CGeorgeandNumbertimelimitpertest:1secondmemorylimitpertest:256megabytesinput:standardinputoutput:standardoutputGeorgeisacat,sohereallylikestoplay.Mostof
Silenceneo
·
2015-08-29 10:00
codeforces
贪心
Codeforces
387C
George and Number 暴力
题目大意:就是给处一个长度不超过10^5的十进制正整数,是按照题目所给的方法从一个数组中拼出来的为初始的那个数组最多有多少个元素大致思路:就是一个很简单的暴力枚举,每次后面截下的一段数尽量小即可代码如下:Result : Accepted Memory : 100KB Time : 31ms/* *Author:Gatevin *CreatedTime:2015/2/2622:43:33 *F
u013738743
·
2015-02-26 23:00
number
codeforces
and
暴力
George
387C
codeforces
387C
George and Number(贪心)
题目链接GeorgeandNumbertimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputGeorgeisacat,sohereallylikestoplay.Mostofallhelikestoplaywithhisarrayofpositiveintegersb.D
madaidao
·
2015-01-09 20:00
ACM
贪心
【索引】CodeForces Round #227 (Div. 2)
ProblemA:GeorgeandSleep(387A)ProblemB:GeorgeandRound(387B)ProblemC:GeorgeandNumber(
387C
)ProblemD:GeorgeandInterestingGraph
u011328934
·
2014-02-02 00:00
Codeforces
387C
George and Number(贪心)
题目链接:Codeforces387CGeorgeandNumber题目大意:给定一个数,要求找到一个集合,通过题目给定的变换方式可以得到给定得数,输出集合元素个数的最大值。变换方式为每次从集合中取出任意两个数,连接成一个新的数,要求两个数中较大的数必须放在前面;然后连接成的新的数放回集合中,重复上述操作,直到只剩一个数。(元素不可以是0)解题思路:揣摩题意揣了很久。贪心,以为要集合元素尽量多,所
u011328934
·
2014-02-01 15:00
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他