/** * 字母 * @author stone * */ public class Letter { private String name; public Letter(String name) { this.name = name; } public String getName() { re
分类:
编程语言 时间:
2016-01-30 18:22:13
阅读次数:
134
Nim Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 5232 Accepted: 2444 Description Nim is a 2-player game featuring several piles of stone
分类:
其他好文 时间:
2016-01-30 17:48:00
阅读次数:
213
1180. Stone GameTime limit: 1.0 secondMemory limit: 64 MBTwo Nikifors play a funny game. There is a heap ofN stones in front of them. Both Nikifors in...
分类:
其他好文 时间:
2016-01-25 22:54:53
阅读次数:
237
FroggerTime Limit:1000MSMemory Limit:65536KTotal Submissions:32257Accepted:10396DescriptionFreddy Frog is sitting on a stone in the middle of a lake. ...
分类:
其他好文 时间:
2016-01-20 22:42:41
阅读次数:
226
141B - HopscotchLet's bust the "level" 0?≤?i?≤?106, in which assumedly the stone could hit. Let’s find the minimal number of square on this level. The...
分类:
其他好文 时间:
2016-01-19 22:11:51
阅读次数:
234
数据库表如下mysql> select * from tb_account;+----+-------+------+| id | name | age |+----+-------+------+| 1 | ciaos | 3 || 2 | stone | 6 |+----+-------+---...
分类:
数据库 时间:
2015-12-30 21:54:37
阅读次数:
323
这道题在考试时二分答案写炸了,结果得了20分。。。。。同学有用贪心写的(对,贪心!!)都得了30,我感到了深深的恶意。这段时间在忙转语言,现在重新整理一下NOIP的题。题目来源:vijos题目如下:组委会计划移走一些岩石,使得选手们在比赛过程中的最短跳 跃距离尽可能长。由于预算限制,组委会至多从起点...
分类:
其他好文 时间:
2015-12-22 21:09:44
阅读次数:
283
这题同时也是NOIP2015 D2T1 跳石头 stone 原题。总时间限制:1000ms内存限制:65536kB描述每年奶牛们都要举办各种特殊版本的跳房子比赛,包括在河里从一个岩石跳到另一个岩石。这项激动人心的活动在一条长长的笔直河道中进行,在起点和离起点L远 (1 ≤ L≤ 1,000,000,...
分类:
其他好文 时间:
2015-11-27 23:28:27
阅读次数:
365
Somewhere in the great stone maze of Winterfell, a wolf howled. The sound hung over the castle like a flag of mourning. Tyrion Lannister looked up fro...
分类:
其他好文 时间:
2015-11-19 20:52:52
阅读次数:
237
对于2440而言,启动的方式不多。一般就是外界一个NAND FLASH ,2440内部有个NAND FLASH Controller,会自动把NAND FLASH的前4K拷贝到2440的片内SRAM。2440这个片内SRAM就是所谓的 Stepping Stone刚好也是4K。 在制...
分类:
其他好文 时间:
2015-11-17 10:44:28
阅读次数:
202