码迷,mamicode.com
首页 >  
搜索关键字:friends    ( 1058个结果
writing: friendship and growth
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:其他好文   时间:2020-06-29 00:25:26    阅读次数:77
Friends and Subsequences - 二分 + ST表
传送门 很棒的题。 有两个序列a和b,长度都为n,对于a序列需要知道区间的最大值,对于b序列需要知道区间的最小值 求出符合式子 \(max_{i = l}^ra_i = min_{i = l}^rb_i\) 的所有区间个数。 方法很简单,用st表分别维护a序列的最大值的b序列的最小值,明显,a序列的 ...
分类:其他好文   时间:2020-06-27 19:49:33    阅读次数:59
浙大保研2019年上机题 7-4 Index of Popularity (30分)
7-4 Index of Popularity (30分) The index of popularity (IP) of someone in his/her circle of friends is defined to be the number of friends he/she has i ...
分类:其他好文   时间:2020-06-26 14:39:43    阅读次数:106
[BalticOI 2014]Three Friends 题解
https://loj.ac/problem/2823 http://www.boi2014.lmio.lt/tasks/friends-en.pdf http://www.lydsy.com/JudgeOnline/problem.php?id=3916 考虑分类讨论添加的字母出现的位置。 具体的 ...
分类:其他好文   时间:2020-06-06 18:55:26    阅读次数:62
Codeforces Round #524 (Div. 2) C. Masha and two friends
题意:给一个n*m的矩阵 里面初始是黑白相间的格子,两坐标和为偶数的都是白格子,奇数的为黑格子,现在有次操作,第一次操作时将给定 区域内的格子全部变成白色,第二次操作时将给定区域内的操作全部变为黑格子 问最后的白格子有多少,黑格子有多少 思路:算出总的白格子 然后用总数减去黑格子即可 关键在于 重合 ...
分类:其他好文   时间:2020-05-17 19:18:01    阅读次数:64
Set,List,Map,Vector,ArrayList的区别
https://blog.csdn.net/friends99/article/details/79757825 Set,List,Map,Vector,ArrayList的区别 JAVA的容器 List,Map,Set Collection ├List │├LinkedList │├ArrayLi ...
分类:其他好文   时间:2020-04-17 20:06:14    阅读次数:54
深拷贝
// 深拷贝 var obj1 = { name: 'zs', age: 18, sex: '男', dog: { name: '金毛', age: 2 }, friends: ['ls', 'ww'] } // 深拷贝 把o1的成员拷贝给o2 function deepCopy(o1, o2) { ...
分类:其他好文   时间:2020-04-08 18:56:27    阅读次数:72
PAT Advanced 1107 Social Clusters (30) [并查集]
题目 When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same hobbies. A “s ...
分类:其他好文   时间:2020-03-28 23:13:05    阅读次数:76
linux 下强大的 JSON 解析命令 jq
介绍 jq is like for JSON data you can use it to slice and filter and map and transform structured data with the same ease that , , and friends let you p ...
分类:Web程序   时间:2020-03-14 23:54:54    阅读次数:89
547. Friend Circles
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 ...
分类:其他好文   时间:2020-03-11 12:41:31    阅读次数:74
1058条   上一页 1 2 3 4 5 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!