It is one of the fashion trends that never go 
out of fashion, Louis Vuitton handbag ! And "being in fashion trends for many 
years, and this season is ...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 03:07:40   
                                阅读次数:
510
                             
                    
                        
                            
                            
                                DFS。 1 #include 2 #include 3 4 #define MAXNUM 
105 5 6 int map[MAXNUM][MAXNUM], ways[MAXNUM][MAXNUM], n, m; 7 8 int dfs(int x, 
int y) { 9 int ...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 23:21:58   
                                阅读次数:
383
                             
                    
                        
                            
                            
                                2014-04-28 
22:18题目:计算N的阶乘尾巴上有多少个零?解法:计算5的个数即可,因为2 * 5 = 10,2的个数肯定比5多。计算5的个数可以在对数时间内搞定。代码: 1 
// 17.3 Count how many zeros are there in n!? 2 // Count t...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 17:45:30   
                                阅读次数:
365
                             
                    
                        
                            
                            
                                crontab运行脚本存在两大问题:环境变量和路径,从而导致单独运行脚本没问题,但用crontab运行就报错。1、环境变量 
描述问题:crontab: usage error: no arguments permitted after this option 
因为crontab不提供环境,所...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:23:47   
                                阅读次数:
370