# coding:utf-8 import sys import time total = 50 for i in range(1, total+1): percentage = round(100/total*i/100, 2) print('\r' + '%s%%' % (str(int(per... ...
分类:
编程语言 时间:
2019-05-30 01:11:31
阅读次数:
91
On a grid, we place some cubes. Each value represents a tower of cubes placed on top of grid cell . Return the total surface area of the resulting sha ...
分类:
其他好文 时间:
2019-05-26 23:40:48
阅读次数:
258
1.查看内存 adb shell dumpsys meminfo $package_name or $pid 获取Total, dumpsys meminfo com.huawei.systemserver | grep ”TOTAL:“ | awk '{TOTAL = $2}END{print T ...
分类:
移动开发 时间:
2019-05-26 00:27:27
阅读次数:
174
题目原链接:http://poj.org/problem?id=1151 题目中文翻译: POJ 1151 Atlantis Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 25769 Accepted: 9477 Time Li ...
分类:
其他好文 时间:
2019-05-26 00:21:46
阅读次数:
107
Super Jumping! Jumping! Jumping! Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 56574 Accepted S ...
分类:
其他好文 时间:
2019-05-24 01:07:30
阅读次数:
146
最大连续子序列 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 42744 Accepted Submission(s): 19407 Probl ...
分类:
其他好文 时间:
2019-05-24 00:39:32
阅读次数:
83
Max Sum Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 324393 Accepted Submission(s): 77146 Prob ...
分类:
其他好文 时间:
2019-05-24 00:38:08
阅读次数:
101
Common Subsequence Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 53443 Accepted Submission(s): ...
分类:
其他好文 时间:
2019-05-24 00:35:52
阅读次数:
87
Palindrome subsequence Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65535 K (Java/Others)Total Submission(s): 4513 Accepted Submission( ...
分类:
其他好文 时间:
2019-05-23 22:56:16
阅读次数:
161
You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you nee ...
分类:
其他好文 时间:
2019-05-21 13:09:05
阅读次数:
122