码迷,mamicode.com
首页 >  
搜索关键字:friends    ( 1058个结果
Installing Apps Kattis - installingapps (贪心 + 背包)
Installing Apps Kattis - installingapps Sandra recently bought her first smart phone. One of her friends suggested a long list of applications (more c ...
分类:移动开发   时间:2019-01-26 21:42:09    阅读次数:169
Kilani and the Game CodeForces - 1105D (bfs)
Kilani is playing a game with his friends. This game can be represented as a grid of size n×mn×m, where each cell is either empty or blocked, and ever ...
分类:其他好文   时间:2019-01-26 11:09:06    阅读次数:202
F - Friends ZOJ - 3710(暴力)
题目链接:https://cn.vjudge.net/contest/280949#problem/F 题目大意:给你n个人,然后给你m个关系,每个关系输入t1, t2 .代表t1和t2是朋友关系(双向关系)。然后输入一个k,代表两个人是亲密的朋友关系的话,就至少有k个共同的朋友,然后问你题目中这样 ...
分类:其他好文   时间:2019-01-24 20:09:04    阅读次数:239
Farm Tour POJ - 2135 (最小费用流)
When FJ's friends visit him on the farm, he likes to show them around. His farm comprises N (1 <= N <= 1000) fields numbered 1..N, the first of which ...
分类:其他好文   时间:2019-01-20 18:56:22    阅读次数:148
wxpy微信模块学习之聊天对象
聊天对象 通过Bot的Chats(),friends(),groups(),mps()方法,可分别获取到当前机器人的 所有聊天对象、好友、群聊,以及公众号列表。 获得的合集有合集方法,如search() 找到好友(或其他聊天对象)后,还可使用该聊天对象的send系列方法,对其发送消息: 各类型的继承 ...
分类:微信   时间:2019-01-19 16:27:41    阅读次数:372
L238
Betty was offended because she felt that her friends had ignored her purposefully(deliberately) at the party. There has been enough playing around, so ...
分类:其他好文   时间:2019-01-17 20:10:31    阅读次数:177
[LeetCode] Friends Of Appropriate Ages 适合年龄段的朋友
Some people will make friend requests. The list of their ages is given and ages[i] is the age of the ith person. Person A will NOT friend request pers ...
分类:移动开发   时间:2019-01-11 00:05:29    阅读次数:164
JavaScript-04-JS产生对象以及批量产生对象
1.1创建对象 2.通过构造函数批量产生对象 3.验证批量产生对象 ...
分类:编程语言   时间:2018-12-31 20:21:56    阅读次数:213
Phone Code
Polycarpus has n friends in Tarasov city. Polycarpus knows phone numbers of all his friends: they are strings s1,s2,...,sn. All these strings consist ...
分类:其他好文   时间:2018-12-30 21:59:26    阅读次数:218
疑问1
现在很多网站都搞 REST API,比如新浪微博、豆瓣啥的,调用 API 的URL 类似: ? http://api.server/user/friends ? http://api.server/user/timeline/list 如果要写 SDK,给每个 URL 对应的 API 都写一个方法, ...
分类:其他好文   时间:2018-12-26 22:23:04    阅读次数:169
1058条   上一页 1 ... 10 11 12 13 14 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!