E. Jzzhu and Apples
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output
Jzzhu has picked n apples from his big a...
分类:
移动开发 时间:
2014-07-23 22:37:47
阅读次数:
387
Big Number
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4594 Accepted Submission(s): 3175
Problem Description
As we know, Big...
分类:
其他好文 时间:
2014-07-23 17:17:01
阅读次数:
334
Minimum Cost
Time Limit: 4000MS
Memory Limit: 65536K
Total Submissions: 13242
Accepted: 4500
Description
Dearboy, a goods victualer, now comes to a big problem, and h...
分类:
其他好文 时间:
2014-07-23 17:11:21
阅读次数:
221
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1018解题报告:输入一个n,求n!有多少位。首先任意一个数 x 的位数 = (int)log10(x) + 1;所以n!的位数 = (int)log10(1*2*3*.......n) + 1;= (in...
分类:
其他好文 时间:
2014-07-23 16:24:11
阅读次数:
196
Jzzhu has a big rectangular chocolate bar that consists of n?×?m unit squares. He wants to cut this bar exactly k times.
Each cut must meet the following requirements:
each cut should be straig...
分类:
其他好文 时间:
2014-07-22 22:49:15
阅读次数:
192
json是JavaScript Object Notation的简写,它是一种轻量级的数据交换格式,而且表达上很容易靠字面去理解。json是用于存储和传输数据的格式,通常用于向服务器端传递数据。*************JSON**************1.我们上一节介绍了对象,这一节我们将介绍....
分类:
编程语言 时间:
2014-07-22 22:48:14
阅读次数:
249
转自http://blog.csdn.net/delphiwcdj/article/details/6234383问题 :如何用程序确认当前系统的存储模式(大端还是小端)?写一个C函数,若处理器是Big-endian的,则返回0;若是Little-endian的,则返回1。情况1:利用数组类型#in...
分类:
其他好文 时间:
2014-07-22 22:45:33
阅读次数:
196
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式,采用完全独立于语言的文本格式,是理想的数据交换格式。同时,JSON是 JavaScript 原生格式,这意味着在 JavaScript 中处理 JSON数据不须要任何特殊的 API 或工具包。 本文主要是对...
分类:
Web程序 时间:
2014-07-22 22:43:52
阅读次数:
182
Big Event in HDU
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 22697 Accepted Submission(s): 7969
Problem Description
Nowaday...
分类:
其他好文 时间:
2014-07-22 18:02:31
阅读次数:
252
HDU 1171 Big Event in HDU (动规)
自己的多重背包转换01背包+0MS代码 (顺便求解释)。。。...
分类:
其他好文 时间:
2014-07-22 00:15:35
阅读次数:
242