1138 - Trailing Zeroes (III)
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
You task is to find minimal natural number N, so that ...
分类:
其他好文 时间:
2015-08-20 22:39:33
阅读次数:
394
1138 - Trailing Zeroes (III)
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
You task is to find minimal natural number N, so tha...
分类:
其他好文 时间:
2015-08-20 22:39:23
阅读次数:
232
1082 - Array Queries
PDF (English)
Statistics
Forum
Time Limit: 3 second(s)
Memory Limit: 64 MB
Given an array with N elements, indexed from 1 to N. Now you...
分类:
其他好文 时间:
2015-08-20 22:34:20
阅读次数:
209
1149 - Factors and Multiples
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
You will be given two sets of integers. Let's call the...
分类:
其他好文 时间:
2015-08-20 21:02:02
阅读次数:
230
1138 - Trailing Zeroes (III)
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
You task is to find minimal natural number N, so that ...
分类:
其他好文 时间:
2015-08-20 21:00:56
阅读次数:
223
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3204
Connect them
Time Limit: 1 Second Memory Limit:32768 KB
You have n computers numbered from 1 to
n and you want to con...
分类:
编程语言 时间:
2015-08-20 17:03:26
阅读次数:
165
Intent是意图的意思,分为显式 Intent 和隐式 Intent。下面我们试图在FirstActivity中通过点击按钮来启动SecondActivity
1.显式Intent
在应用中建立两个类,FirstActivity和SecondActivity。分别为它们建立layout布局文件first_layout,second_layout,并在AndroidManifest.xml中注册...
分类:
移动开发 时间:
2015-08-20 16:59:01
阅读次数:
133
Ignatius and the Princess III
Problem Description
"Well, it seems the first problem is too easy. I will let you know how foolish you are later." feng5166 says.
"The second problem is, given...
分类:
其他好文 时间:
2015-08-20 16:55:59
阅读次数:
121
题目大意:给出一张图,看能形成几个生成树解题思路:先判断能否形成生成树,在判断是否有次小生成树#include
#include
#include
using namespace std;#define N 110
#define M 410
#define INF 0x3f3f3f3fstruct Edge{
int from, to...
分类:
其他好文 时间:
2015-08-20 01:38:39
阅读次数:
155
上行速率是指移动终端给基站发送信息时的数据传输速率,比如手机、笔记本等无线终端给基站传输数据速率;下行速率是指基站向移动终端发送信息时的传输速率,比如手机或笔记本等无线终端从基站或者网络下载数据的速率。bps是bits per second的缩写,一般是指传输速度,表示为: 比特/秒。bps=bit...
分类:
其他好文 时间:
2015-08-20 01:21:22
阅读次数:
176