2015年4月7日

hdu1867A + B for you again

摘要: Problem DescriptionGenerally speaking, there are a lot of problems about strings processing. Now you encounter another such problem. If you get two st... 阅读全文

posted @ 2015-04-07 16:02 wos1239 阅读(174) 评论(0) 推荐(0) 编辑

hdu1711Number Sequence

摘要: Problem DescriptionGiven two sequences of numbers : a[1], a[2], ...... , a[N], and b[1], b[2], ...... , b[M] (1 #include#include#includeusing namespac... 阅读全文

posted @ 2015-04-07 15:33 wos1239 阅读(82) 评论(0) 推荐(0) 编辑

hdu1358Period

摘要: Problem DescriptionFor each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to ... 阅读全文

posted @ 2015-04-07 12:51 wos1239 阅读(91) 评论(0) 推荐(0) 编辑

2015年4月3日

poj2752Seek the Name, Seek the Fame

摘要: DescriptionThe little cat is so famous, that many couples tramp over hill and dale to Byteland, and asked the little cat to give names to their newly-... 阅读全文

posted @ 2015-04-03 11:11 wos1239 阅读(84) 评论(0) 推荐(0) 编辑

poj3461Oulipo

摘要: DescriptionThe French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group.... 阅读全文

posted @ 2015-04-03 00:30 wos1239 阅读(70) 评论(0) 推荐(0) 编辑

2015年4月2日

hdu1004Let the Balloon Rise

摘要: Problem DescriptionContest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is guess... 阅读全文

posted @ 2015-04-02 16:38 wos1239 阅读(105) 评论(0) 推荐(0) 编辑

hdu1251统计难题

摘要: Problem DescriptionIgnatius最近遇到一个难题,老师交给他很多单词(只有小写字母组成,不会有重复的单词出现),现在老师要他统计出以某个字符串为前缀的单词数量(单词本身也是自己的前缀).Input输入数据的第一部分是一张单词表,每行一个单词,单词的长度不超过10,它们代表的是老... 阅读全文

posted @ 2015-04-02 16:37 wos1239 阅读(106) 评论(0) 推荐(0) 编辑

2015年3月31日

C#属性和readonly类型

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication3{ class... 阅读全文

posted @ 2015-03-31 23:12 wos1239 阅读(432) 评论(0) 推荐(0) 编辑

C#传值

摘要: C#若不加限制传值时自带的类型为值传递,自创的类型为引用传递using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace... 阅读全文

posted @ 2015-03-31 22:48 wos1239 阅读(123) 评论(0) 推荐(0) 编辑

C#static

摘要: 只能用类名调用静态成员(用"类名.???")using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Console... 阅读全文

posted @ 2015-03-31 22:05 wos1239 阅读(266) 评论(0) 推荐(0) 编辑

导航