码迷,mamicode.com
首页 >  
搜索关键字:most water    ( 6947个结果
HDU 5186 zhx's submissions (进制转换)
Problem Description As one of the most powerful brushes, zhx submits a lot of code on many oj and most of them got AC. One day, zhx wants to count how many submissions he made on n ojs. He knows...
分类:其他好文   时间:2015-03-15 09:27:34    阅读次数:133
hdu 1124 Factorial 数论,就是求一个数的阶乘的结果末尾有多少0.
Problem Description The most important part of a GSM network is so called Base Transceiver Station (BTS). These transceivers form the areas called cells (this term gave the name to the cellular phone) and every phone connects to the BTS with the strongest ...
分类:其他好文   时间:2015-03-14 17:03:59    阅读次数:201
Python更多控制流工具(一)
4.1. if StatementsPerhaps the most well-known statement type is the if statement. For example:if语句可能是最常见的控制流语句了,例如:>>> x = int(input("Please enter an ...
分类:编程语言   时间:2015-03-14 16:36:46    阅读次数:189
Leetcode: Plus One
题目: Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at the head of the list.题目意思是说给定一个数这个数以数组的形式表示,就...
分类:其他好文   时间:2015-03-14 12:27:07    阅读次数:128
ZOJ 3471 Most Powerful(状压dp)
Recently, researchers on Mars have discovered N powerful atoms. All of them are different. These atoms have some properties. When two of these atoms collide, one of them disappears and a lot of power ...
分类:其他好文   时间:2015-03-14 11:04:05    阅读次数:122
【POJ2886】【线段树】Who Gets the Most Candies?
DescriptionN children are sitting in a circle to play a game.The children are numbered from 1 to N in clockwise order. Each of them has a card with a ...
分类:其他好文   时间:2015-03-14 10:59:21    阅读次数:169
非正式介绍Python(二)
3.1.3. ListsPython knows a number of compound data types, used to group together other values. The most versatile is the list, which can be written as...
分类:编程语言   时间:2015-03-14 01:00:17    阅读次数:234
CodeForces 388A Fox and Box Accumulation 贪心
Fox Ciel has n boxes in her room. They have the same size and weight, but they might have different strength. The i-th box can hold at most xi boxes on its top (we’ll call xi the strength of the box).S...
分类:其他好文   时间:2015-03-13 23:51:34    阅读次数:384
【POJ1823】【线段树】Hotel
DescriptionThe "Informatics" hotel is one of the most luxurious hotels from Galaciuc. A lot of tourists arrive or leave this hotel in one year. So it ...
分类:其他好文   时间:2015-03-13 10:48:28    阅读次数:188
make clean vs make clobber
make is pretty smart, and picks up what has changed from the last build, so if you run repo sync and then build without cleaning, in most cases it sho...
分类:其他好文   时间:2015-03-12 20:47:48    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!