Romantic Value
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Farmer John is a diligent man. He spent a lot of time building roads between his farms. From his point of view, every ro...
分类:
其他好文 时间:
2014-08-19 10:58:44
阅读次数:
228
已读书籍:代码整洁之道(Clean Code, Robert C. Martin)失控(Out of Control,Kevin Kelly)用户故事与敏捷方法(User Story Applied,Mike Cohn)建筑的永恒之道(The Timeless Way of Building, C....
分类:
其他好文 时间:
2014-08-18 00:04:43
阅读次数:
172
Building RoadsTime Limit:1000MSMemory Limit:65536KTotal Submissions:9255Accepted:2669DescriptionFarmer John had just acquired several new farms! He wa...
分类:
其他好文 时间:
2014-08-17 15:34:22
阅读次数:
298
更新了安卓SDK后,有时候Unity编译失失败,报错类似Error building Player: Win32Exception: ApplicationName='D:/Program Files/adt-bundle-windows-x86_64-20140702/sdk\tools\zipa...
分类:
移动开发 时间:
2014-08-17 15:29:12
阅读次数:
343
SQL>SELECTTABLE_NAME,(BLOCKS*8192/1024/1024)-(NUM_ROWS*AVG_ROW_LEN/1024/1024)"DatalowerthanHWMinMB"FROMUSER_TABLESWHEREtable_name='T1';TABLE_NAMEDatal...
分类:
其他好文 时间:
2014-08-15 17:46:29
阅读次数:
230
Problem Description
FSF is addicted to a stupid tower defense game. The goal of tower defense games is to try to stop enemies from crossing a map by building traps to slow them down and towers whic...
分类:
其他好文 时间:
2014-08-15 14:42:48
阅读次数:
188
#import int main(int argc,char *argv[]){ @autoreleasepool{ int foo =10; void (^printFoo)(void)= ^(void){ NSLog(@"foo=%i",foo) ...
分类:
其他好文 时间:
2014-08-14 10:28:08
阅读次数:
201
题目链接
题意:给出n,代表所要用积木搭建的整体的底面积的边长,然后分别给出正视图和右视图,要你求出搭建都要形状的最小木块数量和最小木块数量和最大木块数量的差值。
思路:其实题目就是要你求出最小木块数和最大木块数,我们可以分开求解。
首先对于最小木块数,要想用最少的立方体搭建,那就意味着正视图中的每一竖立方体的高度最好都要被右视图中的高度所利用到。所以我们以正视图为基准...
分类:
其他好文 时间:
2014-08-14 01:36:37
阅读次数:
225
Problem Description
Continuous Same Game is a simple game played on a grid of colored blocks. Groups of two or more connected (orthogonally, not diagonally) blocks that are the same color may be remo...
分类:
其他好文 时间:
2014-08-13 22:29:17
阅读次数:
288
qt的编译安装参见http://qt-project.org/doc/qt-4.8/install-x11.html应注意以下要点,需要安装以下套件吗,否则编译后跟ubuntu的界面不兼容Error while building on Ubuntu 12.*Before building it on...
分类:
其他好文 时间:
2014-08-13 22:10:27
阅读次数:
201