Problem DescriptionYour task is to Calculate a + b.InputInput contains an integer N in the first line, and then N lines follow. Each line consists of ...
分类:
其他好文 时间:
2014-12-05 21:00:44
阅读次数:
327
Problem DescriptionYour task is to calculate the sum of some integers.InputInput contains an integer N in the first line, and then N lines follow. Eac...
分类:
其他好文 时间:
2014-12-05 20:59:08
阅读次数:
212
Problem DescriptionYour task is to calculate the sum of some integers.InputInput contains an integer N in the first line, and then N lines follow. Eac...
分类:
其他好文 时间:
2014-12-05 20:58:18
阅读次数:
147
1.Link:http://poj.org/problem?id=1062http://bailian.openjudge.cn/practice/1062/2.Content:昂贵的聘礼Time Limit:1000MSMemory Limit:10000KTotal Submissions:37...
分类:
其他好文 时间:
2014-12-04 17:31:07
阅读次数:
187
# 题目 > Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. Note: You...
分类:
其他好文 时间:
2014-12-04 12:23:54
阅读次数:
161
题目链接http://poj.org/problem?id=3617题目倒是个水题,数据也有点水,但是题意却不容忽视,不管题目如何容易,你题意不懂,一切都是假的。一个注意点输出80个字符得换行, 我犯了一个错误就是for(i=0;i#includeint main(void){ int n,r...
分类:
其他好文 时间:
2014-12-03 22:58:03
阅读次数:
157
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-12-03 21:13:00
阅读次数:
187
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-12-03 21:00:33
阅读次数:
141
1、通过ADB shell命令
下面为安卓4.4版本的adb shell命令
pm get-install-location: returns the current install location.
0 [auto]: Let system decide the best location
1 [internal]: Install on internal dev...
分类:
移动开发 时间:
2014-12-03 17:11:56
阅读次数:
185
该题是用来公司教学,并无难度。用于说明算法效率差异以及循环和递归的效率差别。package practice;import java.math.BigDecimal;/** * @author caiyu * @date 2014-12-3 */public class X_N_Square { ....
分类:
编程语言 时间:
2014-12-03 14:12:01
阅读次数:
302