码迷,mamicode.com
首页 >  
搜索关键字:numbers range    ( 16974个结果
poj 2247 Humble Numbers
Humble Numbers Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 9453   Accepted: 4440 题目大意:找出所有因子中只有2,3,5,7的数,给出n,求出第n个这样   只有6000不到打表 注意第11  12  13 的输出与 1 ...
分类:其他好文   时间:2014-07-22 23:58:18    阅读次数:482
UVALive 5971
Problem J Permutation CountingDexter considers a permutation of first N natural numbers good if it doesn't have x and x+1 appearing consecutively, whe...
分类:其他好文   时间:2014-07-22 23:22:27    阅读次数:249
[leetcode]Triangle
TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given...
分类:其他好文   时间:2014-07-22 22:47:52    阅读次数:230
Two Sum leetcode java
题目:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the tw....
分类:编程语言   时间:2014-07-22 22:47:33    阅读次数:256
Python 找到已经存在IE实例
#coding=utf-8import win32com.clientclsid='{9BA05972-F6A8-11CF-A442-00A0C90A8F39}'ShellWindows=win32com.client.Dispatch(clsid)for i in range(ShellWindo...
分类:编程语言   时间:2014-07-22 22:45:34    阅读次数:218
【leetcode刷题笔记】Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-07-22 22:40:36    阅读次数:238
【leetcode刷题笔记】Permutations II
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the following unique perm...
分类:其他好文   时间:2014-07-22 22:32:33    阅读次数:247
从0开始学Python---01
1.开始Vim test.py#!/usr/bin/pythonprint "hello,world!";chmod +x test.py./test.py2.基本知识Python有五个标准的数据类型:Numbers(数字)String(字符串)List(列表)Tuple(元组)Dictionary...
分类:编程语言   时间:2014-07-22 22:32:16    阅读次数:270
HDU 1058 Humble Numbers (动规+寻找丑数问题)
HDU 1058 Humble Numbers (动规+寻找丑数问题)...
分类:其他好文   时间:2014-07-22 17:49:21    阅读次数:262
[ACM] POJ 3252 Round Numbers (一个区间内二进制中0的个数大于等于1的个数有多少个,组合)
Round Numbers Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 8590   Accepted: 3003 Description The cows, as you know, have no fingers or thumbs and thus a...
分类:其他好文   时间:2014-07-22 14:30:24    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!