题目链接:http://poj.org/problem?id=2356
Description
The input contains N natural (i.e. positive integer) numbers ( N <= 10000 ). Each of that numbers is not greater than 15000. This numbers are not ...
分类:
其他好文 时间:
2015-05-17 18:49:32
阅读次数:
126
Find The Multiple
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 20297
Accepted: 8236
Special Judge
Description
Given a positive integer n, write a ...
分类:
其他好文 时间:
2015-05-17 09:27:30
阅读次数:
116
题目描述:Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.If the number of nodes is not a multiple of k th...
分类:
编程语言 时间:
2015-05-15 21:20:39
阅读次数:
141
描述:
A peak element is an element that is greater than its neighbors.
Given an input array where num[i] ≠ num[i+1], find a peak element and return its index.
The array may contain multiple peaks, in that case return the index to any one of the peaks is f...
分类:
其他好文 时间:
2015-05-15 09:03:58
阅读次数:
134
题目2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.What is the smallest positive number that ...
分类:
其他好文 时间:
2015-05-14 00:58:21
阅读次数:
118
Unicode也是一种字符编码方法,不过它是由国际组织设计,可以容纳全世界所有语言文字的编码方案。Unicode的学名是"Universal Multiple-Octet Coded Character Set",简称为UCS。UCS可以看作是"Unicode Character Set"的缩写。U...
分类:
其他好文 时间:
2015-05-14 00:36:06
阅读次数:
131
Abstract
This paper presents an online feature selection mechanism for evaluating multiple features while tracking and adjusting the set of features used to improve tracking performance. Our hypothes...
分类:
其他好文 时间:
2015-05-13 13:02:24
阅读次数:
216
题目描述:Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen l...
分类:
其他好文 时间:
2015-05-13 12:04:09
阅读次数:
91
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 39998 Accepted Submission(s): 16564
Problem Description
求n个数的最小公倍数。
Input
...
分类:
其他好文 时间:
2015-05-12 15:40:54
阅读次数:
133
【题目】
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.
If the number of nodes is not a multiple of k then left-out nodes in the end should remai...
分类:
其他好文 时间:
2015-05-12 11:34:01
阅读次数:
92