原题:
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of th...
                            
                            
                                分类:
其他好文   时间:
2014-05-13 14:12:41   
                                阅读次数:
342
                             
                    
                        
                            
                            
                                Most Distant Point from the Sea
Time Limit: 5000MS
 
Memory Limit: 65536K
Total Submissions: 3812
 
Accepted: 1779
 
Special Judge
Description
The main land of Japan ca...
                            
                            
                                分类:
其他好文   时间:
2014-05-12 14:48:41   
                                阅读次数:
438
                             
                    
                        
                            
                            
                                最近在搜索类似scope 
exit的实现时,除了发现已经有人向标准委员会提出意见,还得到一些意外的C++特性,这个特性一直都存在,而且很有趣http://herbsutter.com/2008/01/01/gotw-88-a-candidate-for-the-most-important-cons...
                            
                            
                                分类:
编程语言   时间:
2014-05-12 13:21:19   
                                阅读次数:
414
                             
                    
                        
                            
                            
                                Biker's Trip Odometer
Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4038    Accepted Submission(s): 2703
Problem Description
Most...
                            
                            
                                分类:
其他好文   时间:
2014-05-11 14:53:47   
                                阅读次数:
282
                             
                    
                        
                            
                            
                                Problem DescriptionIn 2100, since the sea level 
rise, most of the cities disappear. Though some survived cities are still 
connected with others, but m...
                            
                            
                                分类:
其他好文   时间:
2014-05-10 07:33:38   
                                阅读次数:
265
                             
                    
                        
                            
                            
                                要点:AsyncTask主要用于short operations (a few seconds at 
the most.)。如果你需要“running for long periods of time”,官方推荐使用various APIs provided 
by the java.util.con...
                            
                            
                                分类:
其他好文   时间:
2014-05-09 23:46:38   
                                阅读次数:
304
                             
                    
                        
                            
                            
                                Next to your sewing machine, your iron is your 
most important piece of equipment for sewing. For the best results with your 
sewing projects you should...
                            
                            
                                分类:
其他好文   时间:
2014-05-09 20:43:40   
                                阅读次数:
480
                             
                    
                        
                            
                            
                                错误一:javap未指向有效的java版本Traceback (most recent 
call last): File "../../base/android/jni_generator/jni_generator.py", line 1065, 
in sys.exit(main(sys...
                            
                            
                                分类:
移动开发   时间:
2014-05-09 15:48:00   
                                阅读次数:
632
                             
                    
                        
                            
                            
                                Say you have an array for which theithelement 
is the price of a given stock on dayi.If you were only permitted to complete at 
most one transaction (ie...
                            
                            
                                分类:
其他好文   时间:
2014-05-09 13:13:02   
                                阅读次数:
283
                             
                    
                        
                            
                            
                                class Solution{ public: int maxArea(vector& 
height) { int len = height.size(), low = 0, high = len -1 ; int maxArea = 0; ...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 10:23:54   
                                阅读次数:
287