上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 42 下一页
摘要: 时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 131072K,其他语言262144K64bit IO Format: %lld 题目描述 Forever97与未央是一对笔友,他们经常互相写信。有一天Forever97去邮局寄信,发现邮局的收费方式变成了按字收费,收取的费用为总字数除了 阅读全文
posted @ 2017-12-09 00:04 Roni_i 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 65536K,其他语言131072K64bit IO Format: %lld 题目描述 又到了一年一度,大四老学长们毕业设计选题的时候,一般指导老师都会为学生提供若干个选题供学生选择。大家都知道,有的课题,看上去高大上,实则含金量不高, 阅读全文
posted @ 2017-12-08 22:40 Roni_i 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 题目描述(https://www.nowcoder.com/acm/contest/51#question) 在cayun星球月亮大小都有一个规律,月亮为每30天一个周期,在这30天的周期里,月亮的大小分别为0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 阅读全文
posted @ 2017-12-08 21:43 Roni_i 阅读(406) 评论(0) 推荐(0) 编辑
摘要: A. Kyoya and Photobooks time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Kyoya Ootori is 阅读全文
posted @ 2017-12-08 15:58 Roni_i 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 能被2、3、4、5、6、7、8、9 等数整除的数的特征 性质1:如果数a、b都能被c整除,那么它们的和(a+b)或差(a-b)也能被c整除。 性质2:几个数相乘,如果其中有一个因数能被某一个数整除,那么它们的积也能被这个数整除。 能被2整除的数,个位上的数能被2整除(偶数都能被2整除),那么这个数能 阅读全文
posted @ 2017-12-08 15:38 Roni_i 阅读(1751) 评论(0) 推荐(0) 编辑
摘要: A. Generous Kefa time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output One day Kefa found n ba 阅读全文
posted @ 2017-12-08 15:04 Roni_i 阅读(144) 评论(0) 推荐(0) 编辑
摘要: A. Minimum Difficulty time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A. Minimum Difficu 阅读全文
posted @ 2017-12-08 13:36 Roni_i 阅读(295) 评论(0) 推荐(0) 编辑
摘要: A. Appleman and Easy Task time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Appleman and 阅读全文
posted @ 2017-12-06 22:41 Roni_i 阅读(241) 评论(0) 推荐(0) 编辑
摘要: A. Magic Numbers time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A. Magic Numbers time l 阅读全文
posted @ 2017-12-06 22:17 Roni_i 阅读(445) 评论(0) 推荐(0) 编辑
摘要: A. Mike and palindrome time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Mike has a string 阅读全文
posted @ 2017-12-06 20:49 Roni_i 阅读(188) 评论(0) 推荐(0) 编辑
摘要: B. Soldier and Badges time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output B. Soldier and Bad 阅读全文
posted @ 2017-12-06 15:28 Roni_i 阅读(301) 评论(0) 推荐(0) 编辑
摘要: A. Taymyr is calling you time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Comrade Dujikov 阅读全文
posted @ 2017-12-06 13:47 Roni_i 阅读(204) 评论(0) 推荐(0) 编辑
摘要: A. Cakeminator time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Cakeminator time limit 阅读全文
posted @ 2017-12-06 10:39 Roni_i 阅读(284) 评论(0) 推荐(0) 编辑
摘要: A. Helpful Maths time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Xenia the beginner math 阅读全文
posted @ 2017-12-05 23:02 Roni_i 阅读(294) 评论(0) 推荐(0) 编辑
摘要: A. Football time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A. Football time limit per t 阅读全文
posted @ 2017-12-05 22:05 Roni_i 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 题目描述 输入n个正整数,(1<=n<=10000),要求输出最长的连号的长度。(连号指从小到大连续自然数) 输入输出格式 输入格式: 第一行,一个数n; 第二行,n个正整数,之间用空格隔开。 输出格式: 一个数,最长连号的个数。 输入输出样例 输入样例#1: 复制 10 3 5 6 2 3 4 5 阅读全文
posted @ 2017-12-04 02:29 Roni_i 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Bessie's cruel second grade teacher has assigned a list of N (1 <= N <= 100) positive integers I (1 <= I <= 10^60) for which Bessie must determin 阅读全文
posted @ 2017-12-04 01:21 Roni_i 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 题目背景 统计天数 题目描述 炎热的夏日,KC非常的不爽。他宁可忍受北极的寒冷,也不愿忍受厦门的夏天。最近,他开始研究天气的变化。他希望用研究的结果预测未来的天气。 经历千辛万苦,他收集了连续N(1<=N<=10^7)天的最高气温数据。 现在,他想知道最高气温一直上升的最长连续天数。 输入输出格式 阅读全文
posted @ 2017-12-04 00:09 Roni_i 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 题目背景(https://www.luogu.org/problemnew/show/P3742) umi 找到了一个神秘的函数 f。 题目描述 这个函数接受两个字符串 s1,s2。这些字符串只能由小写字母组成,并且具有相同的长度。这个函数的输出是另一个长度与 s1,s2 相同的字符串 g。g 的第 阅读全文
posted @ 2017-12-03 23:19 Roni_i 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 题目描述 已知 n 个整数 x1,x2,…,xn,以及一个整数 k(k<n)。从 n 个整数中任选 k 个整数相加,可分别得到一系列的和。例如当 n=4,k=3,4 个整数分别为 3,7,12,19 时,可得全部的组合与它们的和为: 3+7+12=22 3+7+19=29 7+12+19=38 3+ 阅读全文
posted @ 2017-12-03 19:12 Roni_i 阅读(300) 评论(0) 推荐(0) 编辑
摘要: zb的生日 时间限制:3000 ms | 内存限制:65535 KB 难度:2 zb的生日 时间限制:3000 ms | 内存限制:65535 KB 难度:2 #include<stdio.h> #include<math.h> #include<limits.h> int n, total, mi 阅读全文
posted @ 2017-12-03 18:54 Roni_i 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Bookshelf 2 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11105 Accepted: 4928 Description Farmer John recently bought another bookshelf 阅读全文
posted @ 2017-12-03 18:36 Roni_i 阅读(155) 评论(0) 推荐(0) 编辑
摘要: http://www.cppblog.com/MatoNo1/archive/2012/09/23/191708.html ——————————————————————————————————————————————————— 普通DFS(不加迭代)的优化方法主要有:(1)可行性剪枝,如果遇到已经无 阅读全文
posted @ 2017-12-03 18:07 Roni_i 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 题目描述 因为151既是一个质数又是一个回文数(从左到右和从右到左是看一样的),所以 151 是回文质数。 写一个程序来找出范围[a,b](5 <= a < b <= 100,000,000)( 一亿)间的所有回文质数; 输入输出格式 输入格式: 第 1 行: 二个整数 a 和 b . 输出格式: 阅读全文
posted @ 2017-12-03 15:44 Roni_i 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 题目描述(https://www.luogu.org/problemnew/show/1004) 设有N*N的方格图(N<=9),我们将其中的某些方格中填入正整数,而其他的方格中则放 人数字0。如下图所示(见样例): 某人从图的左上角的A点出发,可以向下行走,也可以向右走,直到到达右下角的B 点。在 阅读全文
posted @ 2017-12-03 14:19 Roni_i 阅读(301) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 42 下一页