题目http://acm.hdu.edu.cn/showproblem.php?pid=2097思路既然要求和 十进制数字各个位数上的和是相同的, 那么16,12进制转换完之后也是10进制表示的#include #include #include #include #include #include...
分类:
其他好文 时间:
2014-11-10 13:42:18
阅读次数:
130
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".思路:就是对首尾空格和中间连续空格的处理。为了方便处理,在s...
分类:
其他好文 时间:
2014-11-09 19:20:19
阅读次数:
168
Mistwald
Time Limit: 2 Seconds Memory Limit: 65536 KB
In chapter 4 of the game Trails in the Sky SC, Estelle Bright and her friends are crossing Mistwald to meet their final enemy, Lucciola...
分类:
其他好文 时间:
2014-11-07 20:56:09
阅读次数:
225
Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the".Clarification:What constitute...
分类:
其他好文 时间:
2014-11-06 14:23:16
阅读次数:
137
Reverse Words in a StringGiven an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the".代码实现...
分类:
其他好文 时间:
2014-11-05 19:15:30
阅读次数:
189
主要原因是这个证书链失败,使用的语句:makecert -sr CurrentUser -ss My -n CN=FrankCertificate -sky signature -pe制作的是自签名的证书,不能设置为新人证书。修改sky选项为exchange,可以交换密钥。因为要导出带密钥的证书,要...
分类:
其他好文 时间:
2014-11-03 16:16:15
阅读次数:
151
http://wzgyantai.blogbus.com/logs/28117977.htmlvi/vim 中可以使用 :s 命令来替换字符串。该命令有很多种不同细节使用方法,可以实现复杂的功能,记录几种在此,方便以后查询。 :s/vivian/sky/ 替换当前行第一个 vivian 为 sk.....
分类:
系统相关 时间:
2014-11-02 12:05:20
阅读次数:
260
Time Limit: 1sec Memory Limit:32MBDescriptionJohn is moving to the penthouse of a tall sky-scraper. He packed all his stuff in boxes and drove them t....
分类:
其他好文 时间:
2014-11-01 20:26:35
阅读次数:
226
Problem DescriptionSky从小喜欢奇特的东西,而且天生对数字特别敏感,一次偶然的机会,他发现了一个有趣的四位数2992,这个数,它的十进制数表示,其四位数字之和为2+9+9+2=22,它的十六进制数BB0,其四位数字之和也为22,同时它的十二进制数表示1894,其四位数字之和也为2...
分类:
其他好文 时间:
2014-10-27 15:36:54
阅读次数:
168
来源地址:http://blog.csdn.net/sky_2016/article/details/39737279phone5s才用64位双核苹果A7处理器,所以上线的app必须支持64位环境。但是现在有很多第三方平台,不支持64位容易开成以下类似的错误Undefined symbols for...
分类:
移动开发 时间:
2014-10-27 12:17:49
阅读次数:
210