二次联通门 : luogu P1725 琪露诺 ...
分类:
其他好文 时间:
2017-04-22 15:37:21
阅读次数:
169
1097 - Lucky Number Lucky numbers are defined by a variation of the well-known sieve of Eratosthenes. Beginning with the natural numbers strike out al ...
分类:
其他好文 时间:
2017-04-22 14:43:42
阅读次数:
187
此处我把json数据中的null转换成了@"",防止出现null程序崩掉,可以把下边宏代码复制到pch中,就可以在整个程序中引用了 #define DSStringValue(value)\({id tmp;\if ([value isKindOfClass:[NSNull class]]){\tm ...
分类:
移动开发 时间:
2017-04-22 14:37:10
阅读次数:
164
题意:给定点的上下级关系,规定假设给i分配任务a。那么他的全部下属。都停下手上的工作,開始做a。 操作 T x y 分配x任务y,C x询问x的当前任务; Sample Input 1 5 4 3 3 2 1 3 5 2 5 C 3 T 2 1 C 3 T 3 2 C 3 Sample Output ...
分类:
其他好文 时间:
2017-04-22 14:32:20
阅读次数:
228
有很多小伙伴们特别关心面试Web前端开发工程师时,面试官都会问哪些问题。今天小卓把收集来的“阿里Web前端开发面试题”整理贴出来分享给大家伙看看,赶紧收藏起来做准备吧~~ 一、CSS盒子模型,绝对定位和相对定位 1)清除浮动,什么时候需要清除浮动,清除浮动都有哪些方法 2)如何保持浮层水平垂直居中 ...
分类:
Web程序 时间:
2017-04-22 13:13:44
阅读次数:
223
基于nodejs的http模块通过smartqq实现自动收发qq消息的程序 ...
分类:
Web程序 时间:
2017-04-22 09:48:38
阅读次数:
283
3的幂的和 思路; 矩阵快速幂; sn-1 3 1 sn * = 1 0 1 1 来,上代码: ...
分类:
其他好文 时间:
2017-04-22 09:21:45
阅读次数:
179
There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up (u), down (d), left (l) or right (r), but it ...
分类:
其他好文 时间:
2017-04-21 23:50:02
阅读次数:
504
#include #include #include #define max 100//数字位数 void add(char *s1,char *s2)//两位大于0的数字加法 { int mun1[max+1]={0},mun2[max+1]={0},m,n,i=0,j=0; m=strlen(s... ...
分类:
编程语言 时间:
2017-04-21 23:47:00
阅读次数:
362