码迷,mamicode.com
首页 >  
搜索关键字:friends    ( 1058个结果
Codeforces Round #524 (Div. 2) C. Masha and two friends
C. Masha and two friends 题目链接:https://codeforc.es/contest/1080/problem/C 题意: 给出一个黑白相间的n*m的矩阵,现在先对一个子矩阵颜色变为白色,然后再对一个子矩阵颜色变为黑色,问最终白色格子和黑色格子有多少? 题解: 定义w( ...
分类:其他好文   时间:2018-11-25 21:16:09    阅读次数:159
设计模式 迪米特法则
设计模式 迪米特法则 只和朋友交流 Only talk to your immediate friends 只与直接的朋友通信。即每个对象都有耦合关系,对象之间有耦合。 定义老师类 public class Teacher{ // 老师对学生发布命令 public void commond(Grou ...
分类:其他好文   时间:2018-11-25 11:52:28    阅读次数:107
Petya and Origami
Petya is having a party soon, and he has decided to invite his nn friends. He wants to make invitations in the form of origami. For each invitation, h ...
分类:其他好文   时间:2018-11-24 17:53:46    阅读次数:205
better-scroll使用参考
************better-scroll是基于父元素固定高度,溢出才滚动的,所以父元素务必定高,否则无法滚动**********************************************第一步引入——————参考https://ustbhuangyi.github.io/be... ...
分类:其他好文   时间:2018-11-23 20:45:23    阅读次数:2257
开源介绍·新款简约、实用与大气的Hexo新主题:BMW
这是一个简约、大气、实用的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
hdu5305 Friends(dfs,多校题)
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
Codeforces 483B - Friends and Presents - [二分]
题目链接: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
Codeforces483B. Friends and Presents(二分+容斥原理)
题目链接:传送门 题目: 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
1058条   上一页 1 ... 12 13 14 15 16 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!