There are two identical boxes. One of them contains n balls, while the other box contains one ball. Alice and Bob invented a game with the boxes and b...
                            
                            
                                分类:
其他好文   时间:
2014-07-19 14:25:51   
                                阅读次数:
228
                             
                         
                    
                        
                            
                            
                                比赛的时候这道题卡了大半时间,虽然说其他题目也挺多不会的。昨天一直觉得自己代码是没问题的,今早起来想想,可能是题意读错了,特意去看了一遍中文题意,恍然大悟。第一:题意为只要 “含7的,或是7的倍数” 就拍手,比赛时被看成了尾数是7就拍手。第二:今早交一次又WA了,原因是判断每位数是不是7的地方出了问...
                            
                            
                                分类:
其他好文   时间:
2014-07-19 11:30:50   
                                阅读次数:
271
                             
                         
                    
                        
                            
                            
                                Counting Game There are n people standing in a line, playing a famous game called ``counting". When the game begins, the leftmost person says ``1" lo....
                            
                            
                                分类:
其他好文   时间:
2014-07-19 00:20:58   
                                阅读次数:
245
                             
                         
                    
                        
                            
                            
                                http://www.u3dpro.com/columns.php?action=columns Unity3D专业论坛http://game.ceeger.com/ Unity圣典http://answers.unity3d.com/index.html ...
                            
                            
                                分类:
Web程序   时间:
2014-07-18 14:20:23   
                                阅读次数:
279
                             
                         
                    
                        
                            
                            
                                Description
The game “The Pilots Brothers: following the stripy elephant” has a quest where a player needs to open a refrigerator.
There are 16 handles on the refrigerator door. Every handle can b...
                            
                            
                                分类:
其他好文   时间:
2014-07-18 12:21:12   
                                阅读次数:
253
                             
                         
                    
                        
                            
                            
                                Description
Some of you may have played a game called 'Blocks'. There are n blocks in a row, each box has a color. Here is an example: Gold, Silver, Silver, Silver, Silver, Bronze, Bronze, Bronze, Go...
                            
                            
                                分类:
其他好文   时间:
2014-07-18 11:23:05   
                                阅读次数:
280
                             
                         
                    
                        
                            
                            
                                A - Accurately Say "CocaCola"!DescriptionIn a party held by CocaCola company, several students stand in a circle and play a game.One of them...
                            
                            
                                分类:
其他好文   时间:
2014-07-18 00:01:04   
                                阅读次数:
239
                             
                         
                    
                        
                            
                            
                                Problem Description
Adam and Eve play a card game using a regular deck of 52 cards. The rules are simple. The players sit on opposite sides of a table, facing each other. Each player gets k cards f...
                            
                            
                                分类:
其他好文   时间:
2014-07-17 20:17:43   
                                阅读次数:
381
                             
                         
                    
                        
                            
                            
                                The Pilots Brothers' refrigerator
Time Limit: 1000MS
 
Memory Limit: 65536K
Total Submissions: 18222
 
Accepted: 6936
 
Special Judge
Description
The game “The Pilots...
                            
                            
                                分类:
其他好文   时间:
2014-07-17 19:25:39   
                                阅读次数:
207
                             
                         
                    
                        
                            
                            
                                class Solution {private: vector sum; vector step; set can;public: int jump(int A[], int n) { step.clear(), sum.clear(), can.clear()...
                            
                            
                                分类:
其他好文   时间:
2014-07-17 18:36:56   
                                阅读次数:
221