码迷,mamicode.com
首页 >  
搜索关键字:may    ( 5447个结果
又是一道模拟题吧!
题目如下:This cheeseburger you don't needDescriptionYoda: May the Force be with you.Master Yoda is the oldest member of the Jedi Council. He conducts prep...
分类:其他好文   时间:2014-07-29 12:20:26    阅读次数:279
Lesson 29-30 Who is the real you
一 Words 1 squint 斜视,眯起眼 v,n,adj 2 soften变温和,变软 v e.g. To soften a formal look,Caroline recommends a ethnic blouses.为了看上去不过于正式,卡罗琳建议穿有民族色彩的上衣 3 may as ...
分类:其他好文   时间:2014-07-29 12:11:56    阅读次数:236
Merge Sorted Array leetcode java(回顾MergeTwoArray和MergeTwoLinkedList)
题目:Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or e....
分类:编程语言   时间:2014-07-28 14:47:23    阅读次数:1108
Insert Interval leetcode java
题目:Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).You may assume that the intervals were ini....
分类:编程语言   时间:2014-07-28 11:35:10    阅读次数:293
TOJ 1804 The Machinegunners in a Playoff
终于知道国足多么不容易只要打平就能晋级是说的简单。。 傻逼了,开始没看懂题弄了什么净胜球。。。 直接开搞。 第一个数要输出自己最小的进球 must晋级  0 30  就只能输出30 第二个数要输出自己最大的进球 对方may晋级  30 0  就只能输出30 #include #include int main() { char s[222]; int a,b,t;...
分类:其他好文   时间:2014-07-27 11:43:34    阅读次数:205
LeetCode:Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-07-27 09:49:52    阅读次数:237
Leetcode--Combination Sum II
Problem Description: Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each number in C may only b...
分类:其他好文   时间:2014-07-26 15:24:02    阅读次数:252
HDU-4866-Shooting(函数式线段树)
Problem Description In the shooting game, the player can choose to stand in the position of [1, X] to shoot, you can shoot all the nearest K targets. The value of K may be different on different shoo...
分类:其他好文   时间:2014-07-26 15:08:00    阅读次数:383
Evaluate Reverse Polish Notation leetcode java
题目:Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand may be an integer or anothe....
分类:编程语言   时间:2014-07-26 14:14:35    阅读次数:225
[leetcode]Insert Interval
Insert IntervalGiven a set ofnon-overlappingintervals, insert a new interval into the intervals (merge if necessary).You may assume that the intervals...
分类:其他好文   时间:2014-07-26 01:35:07    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!