1036. 跟奥巴马一起编程(15)时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者CHEN, Yue美国总统奥巴马不仅呼吁所有人都学习编程,甚至以身作则编写代码,成为美国历史上首位编写计算机代码的总统。2014年底,为庆祝“计算机科学教育周”正式启动...
分类:
其他好文 时间:
2015-09-01 12:19:31
阅读次数:
207
1016. 部分A+B (15)
时间限制
100 ms
内存限制
65536 kB
代码长度限制
8000 B
判题程序
Standard
作者
CHEN, Yue
正整数A的“DA(为1位整数)部分”定义为由A中所有DA组成的新整数PA。例如:给定A = 3862767,DA = 6,则A的“6部分”...
分类:
其他好文 时间:
2015-08-31 21:46:07
阅读次数:
182
1.什么是数据流重定向standard output与standard error output数据流重定向可以将stdout与stderr分别传送到其他的文件或设备去,而分别传送所用的特殊字符则如下所示:1.标准输入(stdin):代码为0,使用或>>3.标准错误输出(stderr):代码为2,使...
分类:
其他好文 时间:
2015-08-31 21:08:35
阅读次数:
141
1055. The World's Richest (25)时间限制400 ms内存限制128000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueForbes magazine publishes every year its list of billionaires...
分类:
其他好文 时间:
2015-08-31 15:14:53
阅读次数:
143
1054. The Dominant Color (20)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueBehind the scenes in the computer's memory, color is always tal...
分类:
其他好文 时间:
2015-08-31 15:08:38
阅读次数:
178
1053. Path of Equal Weight (30)时间限制10 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a non-empty tree with root R, and with weight Wiassigned...
分类:
其他好文 时间:
2015-08-31 13:13:07
阅读次数:
122
Eclipse版本:eclipse-jee-kepler-SR2-linux-gtk-x86_64.tar.gz(下载地址;http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/SR2/eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz)
分类:
系统相关 时间:
2015-08-31 10:19:34
阅读次数:
215
1052. Linked List Sorting (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA linked list consists of a series of structures, which are no...
分类:
其他好文 时间:
2015-08-31 10:01:45
阅读次数:
177
1051. Pop Sequence (25)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a stack which can keep M numbers at most. Push N numbers in the...
分类:
其他好文 时间:
2015-08-31 07:38:38
阅读次数:
263
E. Bear and Drawing
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output
Limak is a little bear who learns to dra...