最新 最热

EXCEL快速合并相同值

Option Explicit Private srow As Integer Sub T() Application.ScreenUpdating = False Application.DisplayAlerts = False Dim i As Integer, lcol As ...

2018-06-04
1

leetcode-476-Number Complement

题目描述:Given a positive integer, output its complement number. The complement strategy is to flip the bits of its binary representation.Note:The given integer ...

2018-05-22
1

leetcode-367-Valid Perfect Square

题目描述:Given a positive integer num, write a function which returns True if num is a perfect square else False.Note: Do not use any built-in library function su...

2018-05-21
1

leetcode-69-Sqrt(x)

题目描述:Implement int sqrt(int x).Compute and return the square root of x.x is guaranteed to be a non-negative integer.Example 1:Input: 4Output: 2Example 2:...

2018-05-21
1

leetcode-747-Largest Number At Least Twice of Others(求vector的最大值和次大值)

题目描述:In a given integer array nums, there is always exactly one largest element.Find whether the largest element in the array is at least twice as much as eve...

2018-05-21
1

HDU 4372 Count the Buildings

Problem DescriptionThere are N buildings standing in a straight line in the City, numbered from 1 to N. The heights of all the buildings are distinct and be...

2018-04-11
0

Educational Codeforces Round 21(A.暴力,B.前缀和,C.贪心)

A. Lucky Yeartime limit per test:1 secondmemory limit per test:256 megabytesinput:standard inputoutput:standard outputApart from having lots of holidays th...

2018-04-09
1

POJ 2209 The King(简单贪心)

The King Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 7499 Accepted: 4060 DescriptionOnce upon a time in a country far away lived a...

2018-04-08
1

Codeforces 791A Bear and Big Brother(暴力枚举,模拟)

A. Bear and Big Brothertime limit per test:1 secondmemory limit per test:256 megabytesinput:standard inputoutput:standard outputBear Limak wants to become ...

2018-04-08
1

Codeforces 706B Interesting drink

B. Interesting drinktime limit per test:2 secondsmemory limit per test:256 megabytesinput:standard inputoutput:standard outputVasiliy likes to rest after a...

2018-04-08
1