02 2014 档案

摘要:DebuggingDebuggingA debugger is an application that enables a developer to observe and correct programming errors. This overview describes the debugging support provided by the Win32 API. 阅读全文
posted @ 2014-02-16 22:23 ilcc 阅读(244) 评论(0) 推荐(0)
摘要:EncodingTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Problem DescriptionGiven a string containing only 'A' - 'Z', we could encode it using the following method:1. Each sub-string containing k same characters should be encoded to "kX" where 阅读全文
posted @ 2014-02-11 17:07 ilcc 阅读(275) 评论(0) 推荐(0)
摘要:ElevatorTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Problem DescriptionThe highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified order. It costs 阅读全文
posted @ 2014-02-10 16:26 ilcc 阅读(336) 评论(0) 推荐(0)