A - N!
Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!
...
分类:
其他好文 时间:
2014-07-29 18:06:02
阅读次数:
280
基本数据类型包装类Integer Character其他的都是将首字母大写;包装类和基本类型之间的转换:Integer intInteger i = new Integer(int value);int i2 = i.intValue();基本数据类型和String转换String -->intst...
分类:
编程语言 时间:
2014-07-29 17:20:02
阅读次数:
332
字符串相加的时候尽量使用:join ????在while True 循环的时候,尽量使用:while 1 ????字符串处理: ????????分组 str.split(‘key‘) ????????列表翻转:list.reverse()...
分类:
编程语言 时间:
2014-07-29 16:17:09
阅读次数:
176
Integer Inquiry
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 12426 Accepted Submission(s): 3123
Problem Description
One of the fi...
分类:
其他好文 时间:
2014-07-29 15:03:38
阅读次数:
245
Description
Given a positive integer N, you should output the most right digit of N^N.
Input
The input contains several test cases. The first line of the input is a single integer...
分类:
Web程序 时间:
2014-07-29 14:47:28
阅读次数:
270
#include
#include
#define MAXN 100+5
#define MAXL 100+5
char addend[MAXN][MAXL];//保存加数
char ans[MAXL];//保存结果
int len[MAXN];//保存每个加数的长度
int main(){
int cnt=0;//加数的个数
int max=0;//最长的加数的长度
int i,k,...
分类:
其他好文 时间:
2014-07-29 14:35:18
阅读次数:
183
Description
Given two positive integers n and k, you are asked to generate a new integer, say m, by changing some (maybe none) digits of n, such that the following properties holds:
m contains n...
分类:
其他好文 时间:
2014-07-29 14:22:18
阅读次数:
225
Text Reverse
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 16342 Accepted Submission(s): 6205
Problem Description
Ignatius lik...
分类:
其他好文 时间:
2014-07-29 13:22:27
阅读次数:
212
xsd概述
XML Schemas Definition, XML模式定义。本质仍是xml文档。
它定义了XML文档的结构,可以用一个指定的xsd来验证某个XML文档是否符合其要求。XML Schema本身有很多数据种类。最常见的种类有: * xs:string xs:字符 * xs:decimal xs: 小数 * xs:integer xs:整数 * x...
分类:
其他好文 时间:
2014-07-29 12:59:27
阅读次数:
191
本文整理汇总了本博客自去年学习HBase以来写的所有关于HBase的相关内容。持续更新中,更多内容,敬请关注!
相关知识:
1、《布隆过滤器(Bloom Filter)》
2、《7-bit整数(Integer)压缩算法》
3、《Java NIO(上)》《Java NIO(下)》
HBase安装:
1、《CentOS分布式环境安装HBase-0.96.0》
2、《centos集群上...
分类:
其他好文 时间:
2014-07-29 12:55:37
阅读次数:
372