
字符串
文章平均质量分 78
什么样的小孩
欢迎各位大佬和我一起交流算法,指正不足,共同进步!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ - 3080 Blue Jeans
Blue JeansPOJ - 3080 The Genographic Project is a research partnership between IBM and The National Geographic Society that is analyzing DNA from hundreds of thousands of contributors to map原创 2017-08-17 21:57:04 · 253 阅读 · 0 评论 -
HAUTOJ ykc想吃好吃的
1282: ykc想吃好吃的时间限制: 1 秒 内存限制: 128 MB提交: 714 解决:93 题目描述一天,ykc在学校闲的无聊,于是决定上街买点吃的,ykc很懒,本来就不是很像逛街,于是找来了czl帮他买,这里应该有滑稽,而czl也不愿为ykc买东西吃,但是ykc很强势,非让他去买,呢没办法了,然而czl还有很多事要做,没呢么多时间帮ykc,而这条小吃原创 2017-08-20 15:15:58 · 246 阅读 · 0 评论 -
HPUOJ 1414: Kick Ass [字符串]
Kick Ass - Destroy the web原创 2017-08-13 21:12:51 · 266 阅读 · 0 评论 -
HDU - 2072 单词数
字符串处理原创 2017-08-13 22:04:59 · 164 阅读 · 0 评论 -
HPUOJ 小ho的01串
小ho的01串 [字符串]原创 2017-08-13 21:04:53 · 174 阅读 · 0 评论 -
POJ - 3087 Shuffle'm Up
Shuffle'm UpA common pastime for poker players at a poker table is to shuffle stacks of chips. Shuffling chips is performed by starting with two stacks of poker chips,S1 and S2, each sta原创 2017-08-14 23:04:04 · 191 阅读 · 0 评论 -
HDU - 1075 What Are You Talking About
What Are You Talking AboutIgnatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use. The Martian gives him a history book of Mars and a dictionary when原创 2017-08-14 23:34:47 · 306 阅读 · 0 评论 -
NOI 1.13 15:求序列中的众数
15:求序列中的众数查看提交统计提问总时间限制: 1000ms内存限制: 65536kB描述输入一个长度为N的整数序列 (不多于128个整数),每个整数的范围在[-1052,1052],计算这个序列的众数。众数是指出现次数最多的那个数。如果有多个数出现的次数都达到最多,则取在原序列最先出现的数为众数;如果所有的数都相等,则返回"no"。输原创 2017-10-02 10:25:57 · 2882 阅读 · 0 评论 -
计蒜客 整数转换成罗马数字
整数转换成罗马数字给定一个整数 numnum,将整数转换成罗马数字。如 1,2,3,4,51,2,3,4,51,2,3,4,5 对应的罗马数字分别为I,II,III,IV,V等,更详细的说明见此链接。输入格式第一行输入一个整数 num(1 \leq num \leq 3999)num(1≤num≤3999)。输出格式输出 numnumnum 对应的罗马数原创 2017-10-03 22:20:20 · 459 阅读 · 0 评论