HotelTime Limit:10000MSMemory Limit:65536KTotal Submissions:859Accepted:280DescriptionZebel, the tour coordinator, has reserved a limited number of ho...
分类:
其他好文 时间:
2014-10-06 19:38:10
阅读次数:
261
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 equal...
分类:
其他好文 时间:
2014-10-06 13:11:00
阅读次数:
167
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.
For example:
Given the below binary tree and sum ...
分类:
其他好文 时间:
2014-10-06 01:23:59
阅读次数:
228
题目:Maximum Product SubarrayFind the contiguous subarray within an array (containing at least one number) which has the largest product. For example, g...
分类:
其他好文 时间:
2014-10-05 21:45:29
阅读次数:
198
Bad Horse
Time Limit: 2000/1000MS (Java/Others)
Memory Limit: 128000/64000KB (Java/Others)
SubmitStatus
Problem Description
As the leader of the Evil League of Evil, Bad Horse has a lot of ...
分类:
其他好文 时间:
2014-10-05 18:40:59
阅读次数:
167
3538: [Usaco2014 Open]Dueling GPSTime Limit:1 SecMemory Limit:128 MBSubmit:59Solved:36[Submit][Status]DescriptionFarmer John has recently purchased a ...
分类:
其他好文 时间:
2014-10-05 11:55:28
阅读次数:
240
High Speed Trains
Time Limit: 4000/2000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)
SubmitStatisticNext
Problem
Problem Description
The kingdom of Flatland has n citi...
分类:
其他好文 时间:
2014-10-05 10:27:18
阅读次数:
198
Corn FieldsTime Limit:2000MSMemory Limit:65536KTotal Submissions:4739Accepted:2506DescriptionFarmer John has purchased a lush new rectangular pasture ...
分类:
其他好文 时间:
2014-10-05 04:00:47
阅读次数:
243
TypesEquality and ComparisonsJavaScript has two different ways of comparing the values of objects for equality.The Equality OperatorThe equality opera...
分类:
编程语言 时间:
2014-10-05 03:25:57
阅读次数:
166
You are given a list of cities. Each direct connection between two cities has its transportation cost (an integer bigger than 0). The goal is to find the paths of minimum cost between pairs of cities....
分类:
Web程序 时间:
2014-10-05 01:29:57
阅读次数:
289