1023. 组个最小数 (20)
时间限制
100 ms
内存限制
65536 kB
代码长度限制
8000 B
判题程序
Standard
作者
CAO, Peng
给定数字0-9各若干个。你可以以任意顺序排列这些数字,但必须全部使用。目标是使得最后得到的数尽可能小(注意0不能做首位)。例如:给定两个0...
分类:
其他好文 时间:
2015-08-30 21:21:27
阅读次数:
189
1048. Find Coins (25)时间限制50 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueEva loves to collect coins from all over the universe, including some ot...
分类:
其他好文 时间:
2015-08-30 21:02:01
阅读次数:
137
【Java历史】
Sun公司在1998年发表JDK1.2版本的时候, 使用了新名称Java 2 Platform,即“Java2平台”,修改后的JDK称为Java 2 Platform Software Develping Kit,即J2SDK。并分为标准版(Standard
Edition,J2SE), 企业版(Enterprise Edition,J2EE),微型版(...
分类:
其他好文 时间:
2015-08-30 15:55:13
阅读次数:
275
1045. Favorite Color Stripe (30)时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueEva is trying to make her own color stripe out of a given on...
分类:
其他好文 时间:
2015-08-30 15:41:21
阅读次数:
155
1044. Shopping in Mars (25)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueShopping in Mars is quite a different experience. The Mars people...
分类:
其他好文 时间:
2015-08-30 12:37:12
阅读次数:
166
1043. Is It a Binary Search Tree (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA Binary Search Tree (BST) is recursively defined as a ...
分类:
其他好文 时间:
2015-08-30 11:09:11
阅读次数:
188
1041. Be Unique (20)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueBeing unique is so important to people on Mars that even their lottery i...
分类:
其他好文 时间:
2015-08-30 08:42:55
阅读次数:
218
1040. Longest Symmetric String (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a string, you are supposed to output the length of ...
分类:
其他好文 时间:
2015-08-30 06:25:40
阅读次数:
139
1038. Recover the Smallest Number (30)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a collection of number segments, you are suppose...
分类:
其他好文 时间:
2015-08-30 06:20:47
阅读次数:
129
特殊操作符、函数、宏0.0 formatCL-USER>(format t "hello world") ;t=>*standard-output*
hello world
NIL
CL-USER>(format t "~a:~10t~a" "This is" "a shinny day")
This is: a shinny day
NIL
~a=>美化输出(如字符串去引号、关键字去前导冒号),...
分类:
其他好文 时间:
2015-08-29 21:47:24
阅读次数:
329