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 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
题目链接:https://cn.vjudge.net/contest/280949#problem/F 题目大意:给你n个人,然后给你m个关系,每个关系输入t1, t2 .代表t1和t2是朋友关系(双向关系)。然后输入一个k,代表两个人是亲密的朋友关系的话,就至少有k个共同的朋友,然后问你题目中这样 ...
分类:
其他好文 时间:
2019-01-24 20:09:04
阅读次数:
239
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
聊天对象 通过Bot的Chats(),friends(),groups(),mps()方法,可分别获取到当前机器人的 所有聊天对象、好友、群聊,以及公众号列表。 获得的合集有合集方法,如search() 找到好友(或其他聊天对象)后,还可使用该聊天对象的send系列方法,对其发送消息: 各类型的继承 ...
分类:
微信 时间:
2019-01-19 16:27:41
阅读次数:
372
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
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
1.1创建对象 2.通过构造函数批量产生对象 3.验证批量产生对象 ...
分类:
编程语言 时间:
2018-12-31 20:21:56
阅读次数:
213
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
现在很多网站都搞 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