这是一个简约、大气、实用的Hexo新主题:BMW??。 墙内的小伙伴,请移步原文地址: "一款简约且实用的Hexo新主题:BMW" Theme BMW BMW is a beautiful "http://hexo.io" theme. It is created by "https://godbm ...
分类:
其他好文 时间:
2018-11-17 17:51:17
阅读次数:
200
Friends Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2945 Accepted Submission(s): 1413 Problem ...
分类:
其他好文 时间:
2018-11-15 01:37:01
阅读次数:
221
lian born with 10000 moneylian is eattinglian is piao lian is sleepingman is sleepingChenRonghua is born a babylian is making friends with ChenRonghua ...
分类:
其他好文 时间:
2018-11-14 15:34:40
阅读次数:
106
题目链接:https://codeforc.es/problemset/problem/483/B You have two friends. You want to present each of them several positive integers. You want to presen ...
分类:
其他好文 时间:
2018-11-13 14:25:03
阅读次数:
161
题目链接:传送门 题目: B. Friends and Presents time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You ...
分类:
其他好文 时间:
2018-11-13 14:20:38
阅读次数:
162
这里说了些什么? 在这个章节讲了串的结构、构造串的方法、各种对串的操作以及从串的匹配的算法。 ...
分类:
其他好文 时间:
2018-11-09 19:19:50
阅读次数:
146
There are N students in a class. Some of them are friends, while some are not. Their friendship is transitive in nature. For example, if A is a direct... ...
分类:
其他好文 时间:
2018-11-06 11:10:11
阅读次数:
140
1731: [Usaco2005 dec]Layout 排队布局 Description Like everyone else, cows like to stand close to their friends when queuing for feed. FJ has N (2 <= N <= ...
分类:
其他好文 时间:
2018-11-05 00:39:46
阅读次数:
183
题意 分析 代码 cpp include include include define MP make_pair define PB emplace_back define fi first define se second define ZERO(x) memset((x), 0, sizeof( ...
分类:
其他好文 时间:
2018-10-16 01:58:21
阅读次数:
215
原型模式最大的问题是由其共享的本性所导致的。我们知道,原型中所有的成员是被很多实例共享的,这种共享对于函数非常合适。对于那些包含基本值的属性倒也说得过去,毕竟可以通过在实例上添加一个同名的属性来隐藏原型中对应的属性;然而,对于包含引用类型值的属性来说,问题就比较突出了。来看下面的代码:functio ...
分类:
Web程序 时间:
2018-10-08 16:02:08
阅读次数:
127