D. Tree Requests
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output
Roman planted a tree consisting of n verti...
分类:
编程语言 时间:
2015-08-18 06:37:05
阅读次数:
227
例子为单片机的“Hello World”级的流水灯实验——虽然只有一个,其中并不是将完整的代码给出,只是给出关键部分来说明“如何调用ST公司的的库来完成对硬件的控制,以及对库文件代码进行跟踪和分析至寄存器级”。所以从第一段代码往下看就可以了,要用到的函数和变量大部分会说明,至于寄存器级的,那就只能翻手册了。
GPIO(General Purpose Input/Output) - 通用输入/...
分类:
其他好文 时间:
2015-08-17 15:40:14
阅读次数:
230
**BIOS**(Basic Input Output System):基本输入输出系统。其实,它是一组固化到计算机内主板上一个ROM芯片上的程序,它保存着计算机最重要的基本输入输出的程序、开机后自检程序和系统自启动程序,它可从CMOS中读写系统设置的具体信息。...
分类:
系统相关 时间:
2015-08-17 01:02:54
阅读次数:
180
题目描述Description小明有一款新式积木,每个积木上都有一个数,一天小明突发奇想,要是把所有的积木排成一排,所形成的数目最大是多少呢?你的任务就是读入 n 个数字积木,求出所能形成的最大数。输入输出格式Input/output输入格式:第一行是一个整数 n (n≤1000),接下来 n 行每...
分类:
其他好文 时间:
2015-08-15 23:00:21
阅读次数:
222
求01背包前k优解的价值和输入输出格式Input/output输入格式:第一行三个数K、V、N(k=0 then14 begin15 fillchar(b1,sizeof(b1),0);16 fillchar(b2,sizeof(b2)...
分类:
其他好文 时间:
2015-08-13 21:47:16
阅读次数:
98
VIJOS-P1026 毒药解药
Description
Sample Input
Sample Output
HINT
Source
Solution
POJ3321Apple Tree
Description
Input
Output
Sample Input
Sample Output
Source
SolutionVIJOS-P1026 毒药?解药?Description羽毛笔和im是抽签到...
分类:
其他好文 时间:
2015-08-12 19:21:34
阅读次数:
683
M斐波那契数列
Description
Input
Output
Sample Input
Sample Output
Solution
Genius
Solution
Count Path Pair
Description
Input
Output
Sample Input
Sample Output
Translation
Solution
Poj1365Prime Land
SPOJ10568...
分类:
其他好文 时间:
2015-08-11 14:13:24
阅读次数:
305
I -Laughing Out LoudTime Limit:1000MSMemory Limit:524288KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeGym 100589IDescriptionstandard input/output...
分类:
其他好文 时间:
2015-08-09 16:52:50
阅读次数:
119
poj 1426 的传送门
题目大意:给你一个数,让你找能够整除这个数的而且只含有0和1 的数,比如说
input :3;
output : 111;
可能有多个答案,只需要输出一个即可;
解题思路:用dfs搜索,只搜关于0和1 的数,详情见代码,,,,上代码:#include using namespace std;
bool fo;
void dfs(unsigne...
分类:
其他好文 时间:
2015-08-06 13:26:26
阅读次数:
126
B. The Child and Zoo
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output
Of course our child likes walking in a...
分类:
编程语言 时间:
2015-08-06 00:29:17
阅读次数:
193