码迷,mamicode.com
首页 >  
搜索关键字:friends    ( 1058个结果
HDU 3172 Virtual Friends (map+并查集)
These days, you can do all sorts of things online. For example, you can use various websites to make virtual friends. For some people, growing their s ...
分类:其他好文   时间:2017-08-06 15:59:46    阅读次数:147
翻翻git之---实现QQ空间点赞部分实现的自己定义控件 EasyLikeArea
转载请注明出处:王亟亟的大牛之路 昨天在家里弄鱼的事没上班,也就没写东西。决定今天早上补一篇,正好看到了 Easy like area in the circle of friends or QQ qzone (?>﹏<?) 这个标题,就下了下代码研习一下。认为不错就分享给大家。 效果图:(这熟悉的 ...
分类:其他好文   时间:2017-08-06 10:41:50    阅读次数:126
POJ3889Fractal Streets
Fractal Streets Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 445 Accepted: 162 Description With a growing desire for modernization in ou ...
分类:其他好文   时间:2017-08-05 11:05:44    阅读次数:343
webpack 1.x 学习总结
webpack介绍(from github): A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for th ...
分类:Web程序   时间:2017-08-04 19:29:35    阅读次数:210
Virtual Friends (HDU3172)
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=3172 Virtual Friends Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)To ...
分类:其他好文   时间:2017-08-03 20:33:12    阅读次数:236
【补题】多校联合训练第二场
第二场 1001 Is Derek lying? Problem Description Derek and Alfia are good friends.Derek is Chinese,and Alfia is Austrian.This summer holiday,they both par ...
分类:其他好文   时间:2017-08-03 09:51:36    阅读次数:152
HDU 5172 GTY's gay friends (线段树)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5172 题意: 给你一个n个数的数组,m次询问,询问在[L, R] 这个区间里面有没有 [1, R-L+1] 的数。 题解: 判断有没有 1 ~ R-L+1 其实就是判断这一段区间和是不是等于 (R-L+ ...
分类:其他好文   时间:2017-07-31 22:56:48    阅读次数:254
hdu 6045 Is Derek lying?(思维推导)
Problem Description Derek and Alfia are good friends.Derek is Chinese,and Alfia is Austrian.This summer holiday,they both participate in the summer ca ...
分类:其他好文   时间:2017-07-30 21:10:05    阅读次数:258
HDU - 5172 GTY's gay friends
题目链接 题意:n个数m个查询,问[l,r]中的数是否为1到r-l+1的一个排列。 做法1:hash一下,对于[1...n],每个数都随机分配一个hash值,一个集合的hash值为元素异或和。预处理出[1...n]的hash值及其前缀的hash,然后就可以O(1)查询了 做法二:线段树若(l,r)中 ...
分类:其他好文   时间:2017-07-29 22:14:41    阅读次数:192
POJ 2135.Farm Tour 最小费用流
Farm Tour Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 17307 Accepted: 6687 Description When FJ's friends visit him on the farm, he like ...
分类:其他好文   时间:2017-07-28 23:40:14    阅读次数:261
1058条   上一页 1 ... 30 31 32 33 34 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!