刷题/算法
OJ刷题
Sparrow-W
网工学生,不断学习互联网知识及技术ing(๑>︶<)و
展开
-
【codeforces】1B Spreadsheets
题目链接:Spreadsheets题目:Spreadsheetstime limit per test:10 secondsmemory limit per test:64 megabytesinput:standard inputoutput:standard outputIn the popular spreadsheets systems (for exampl...原创 2018-08-12 09:41:52 · 465 阅读 · 0 评论 -
【HDU】1720 A+B Coming
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1720题目:Problem DescriptionMany classmates said to me that A+B is must needs.If you can’t AC this problem, you would invite me for night meal. ^_^...原创 2018-07-29 13:54:32 · 265 阅读 · 0 评论 -
【HDU】2034 人见人爱A-B
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2034题目:Problem Description参加过上个月月赛的同学一定还记得其中的一个最简单的题目,就是{A}+{B},那个题目求的是两个集合的并集,今天我们这个A-B求的是两个集合的差,就是做集合的减法运算。(当然,大家都知道集合的定义,就是同一个集合中不会有两个相同的元素,这里还是...原创 2018-07-29 19:05:58 · 198 阅读 · 0 评论 -
【HDU】 2035 人见人爱A^B
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2035题目:Problem Description求A^B的最后三位数表示的整数。说明:A^B的含义是“A的B次方”Input输入数据包含多个测试实例,每个实例占一行,由两个正整数A和B组成(1<=A,B<=10000),如果A=0, B=0,则表示输入数据的结束,不做...原创 2018-07-30 18:53:17 · 217 阅读 · 0 评论 -
【HDU】2000 ASCII码排序
Problem Description 输入三个字符后,按各字符的ASCII码从小到大的顺序输出这三个字符。 Input 输入数据有多组,每组占一行,有三个字符组成,之间无空格。 Output 对于每组输入数据,输出一行,字符中间用一个空格分开。 Sample Input qwe asd...原创 2018-07-24 18:40:33 · 256 阅读 · 0 评论 -
【HDU】2007 平方和与立方和
Problem Description 给定一段连续的整数,求出他们中所有偶数的平方和以及所有奇数的立方和。 Input 输入数据包含多组测试实例,每组测试实例包含一行,由两个整数m和n组成。 Output 对于每组输入数据,输出一行,应包括两个整数x和y,分别表示该段连续的整数中所有偶数的平方和以及所有奇数的立方和。 ...原创 2018-07-24 18:49:44 · 136 阅读 · 0 评论 -
【HDU】2057 A + B Again
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2057题目:Problem DescriptionThere must be many A + B problems in our HDOJ , now a new one is coming.Give you two hexadecimal integers , your task i...原创 2018-07-29 12:31:37 · 194 阅读 · 0 评论 -
【HDU】2054 A == B ?
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2054题目:Problem DescriptionGive you two numbers A and B, if A is equal to B, you should print "YES", or print "NO".Inputeach test case contains...原创 2018-07-31 15:03:52 · 684 阅读 · 2 评论 -
【HDU】1753 大明A+B
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=1753题目: Problem Description 话说,经过了漫长的一个多月,小明已经成长了许多,所以他改了一个名字叫“大明”。 这时他已经不是那个只会做100以内加法的那个“小明”了,现在他甚至会任意长度的正小数的加法。 现在,给你两个正的小数A和B,你的...原创 2018-08-01 18:33:34 · 230 阅读 · 0 评论 -
【UVA】1225 Digit Counting
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3666题目:Trung is bored with his mathematics homeworks. He takes a piece of chalk an...原创 2018-08-03 11:38:27 · 191 阅读 · 0 评论 -
【UVA】227 Puzzle
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=163目录题目:InputOutputSample InputSample Output分析:代码: 题目:(题目中还带有示例图,...原创 2018-08-03 18:52:48 · 352 阅读 · 0 评论 -
【UVA】202 Repeating Decimals
题目链接:Repeating Decimals题目:The decimal expansion of the fraction 1/33 is 0.03, where the 03 is used to indicate that the cycle 03 repeats indefinitely with no intervening digits. In fact, the deci...原创 2018-08-13 12:33:41 · 258 阅读 · 0 评论 -
【UVA】10340 All in All
题目链接:All in All 题目:You have devised a new encryption technique which encodes a message by inserting between its characters randomly generated strings in a clever way. Because of pending patent is...原创 2018-08-15 10:43:47 · 198 阅读 · 0 评论 -
【UVA】455 Periodic Strings
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=396题目: A character string is said to have period k if it can be formed by concaten...原创 2018-08-03 13:46:47 · 164 阅读 · 0 评论 -
【UVA】1586 Molar mass
目录题目内容:InputOutputSample InputSample Output题目分析: 代码: 题目链接 :https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4461题目内容:An ...原创 2018-07-28 22:15:44 · 418 阅读 · 0 评论 -
【UVA】1585 Score
There is an objective test result such as “OOXXOXXOOO”. An ‘O’ means a correct answer of a problem and an ‘X’ means a wrong answer. The score of each problem of this test is calculated by itself and ...原创 2018-07-24 18:21:55 · 527 阅读 · 0 评论 -
【UVA】232 Crossword Answers
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=168目录题目:InputOutputSample InputSample Output分析:代码:最初:最终: 题目:题...原创 2018-08-06 11:32:13 · 453 阅读 · 0 评论 -
【UVA】1368 DNA Consensus String
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4114目录题目:InputOutputSample InputSample Output分析:代码: 题目:DNA (Deox...原创 2018-08-06 15:22:51 · 180 阅读 · 0 评论 -
【codevs】1204 寻找子串位置
题目描述 Description给出字符串a和字符串b,保证b是a的一个子串,请你输出b在a中第一次出现的位置。输入描述 Input Description仅一行包含两个字符串a和b输出描述 Output Description仅一行一个整数样例输入 Sample Inputabcd bc原创 2017-12-05 17:55:17 · 397 阅读 · 0 评论