摘要: Problem 问题 You have been employed by the organisers of a Super Krypton Factor Contest in which contestants have very high mental... 阅读全文
posted @ 2017-02-26 17:54 legolas007 阅读(20) 评论(0) 推荐(0) 编辑
摘要: Description A ring is composed of n (even number) circles as shown in diagram. Put natural numbers into each circle separately... 阅读全文
posted @ 2017-02-26 16:27 legolas007 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/f_zyj/article/details/51594851#comments Index 分类细则 说起分类准则,我也是很头疼,毕竟对于很多算法,他并不是单调的,而是多方面的都挂得上钩。所以,从始至终,分类... 阅读全文
posted @ 2017-02-26 10:42 legolas007 阅读(22) 评论(0) 推荐(0) 编辑
摘要: [UVA11059]Maximum Product[暴力] 题意:给出一个序列,问这个序列中最大连续累乘的子序列中,最大的值为多少,如果都为负数,则输出0. 代码:#include #include #include using namespace std;c... 阅读全文
posted @ 2017-02-26 10:28 legolas007 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Write a program that finds and displays all pairs of 5-digit numbers that between them use the digits 0 through 9 once each, such... 阅读全文
posted @ 2017-02-26 09:22 legolas007 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Java 面试中的重要话题 除了你看到的惊人的问题数量,我也尽量保证质量。我不止一次分享各个重要主题中的问题,也确保包含所谓的高级话题,这些话题很多程序员不喜欢准备或者直接放弃,因为他们的工作不会涉及到这些。Java NIO 和 JVM 底层就是最好... 阅读全文
posted @ 2017-02-25 22:25 legolas007 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Python具有强大的扩展能力,列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images, Sound, OS interaction, Web,以及其他。推荐收藏。 Graphical interface... 阅读全文
posted @ 2017-02-25 16:38 legolas007 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Tautology Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 12751 Accepted: 4861 Description WFF 'N PROOF is a logi... 阅读全文
posted @ 2017-02-25 11:33 legolas007 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 迭代器模式提供一种方法顺序访问一个聚合对象中的各个元素,而又不暴露其内部的表示。 爆炸性新闻:对象村餐厅和对象村煎饼屋合并了! 真是个好消息!现在我们可以在同一个地方,享用煎饼屋美味的煎饼早餐,和好吃的餐厅午餐了。但是,好像有一点小麻烦: ... 阅读全文
posted @ 2017-02-25 10:53 legolas007 阅读(22) 评论(0) 推荐(0) 编辑
摘要: Flyer 问题描述 : The new semester begins! Different kinds of student societies are all trying to advertise themselves, by gi... 阅读全文
posted @ 2017-02-25 10:42 legolas007 阅读(6) 评论(0) 推荐(0) 编辑