码迷,mamicode.com
首页 >  
搜索关键字:show    ( 18849个结果
【LeetCode刷题Java版】Reverse Words in a String
Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". click to show clarification. Clarification: What constitutes...
分类:编程语言   时间:2014-10-13 14:44:09    阅读次数:190
leetcode第九题--Palindrome Number
Problem:Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindr...
分类:其他好文   时间:2014-10-13 12:18:49    阅读次数:100
测试代码高亮第二次
测试代码高亮switch (state) { case LoginState.Unknown: MessageBox.Show("未知错误"); break; case LoginState....
分类:其他好文   时间:2014-10-13 06:07:39    阅读次数:159
测试代码高亮第二次
测试代码高亮switch (state) { case LoginState.Unknown: MessageBox.Show("未知错误"); break; case LoginState....
分类:其他好文   时间:2014-10-13 05:17:59    阅读次数:192
uva 10032 Problem F: Tug of War
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=973 1 #include 2 #include 3 #include 4 #define ll lo...
分类:其他好文   时间:2014-10-13 02:54:08    阅读次数:179
uva 10026 Problem C: Edit Step Ladders
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=970通过对每一个字符串,每一个位置进行枚举三个操作,然后二分查找操作后的字符串是否存在,dp记录。 1 #....
分类:其他好文   时间:2014-10-13 00:13:08    阅读次数:321
uva 10026 Shoemaker's Problem
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=967对价钱与天数比例排序,贪心即可。 1 #include 2 #include 3 #include .....
分类:其他好文   时间:2014-10-12 21:40:38    阅读次数:256
uva 10020 Minimal coverage
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=961贪心,排序,对左端点贪,找最大右端点。 1 #include 2 #include 3 #inclu.....
分类:其他好文   时间:2014-10-12 16:22:08    阅读次数:179
Leetcode: Reverse Words in a String
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.Cl...
分类:其他好文   时间:2014-10-12 02:03:07    阅读次数:213
vim的强大,vim设置和插件的使用,脱离windows才是王道
map :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q . let Tlist_Show_One_File=1 let Tlist_Exit_OnlyWindow=1 let Tlist_Auto_Open=1 set nocom...
分类:Windows程序   时间:2014-10-12 01:55:37    阅读次数:442
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!