运动会

【问题描述】小 F 和大 F 开了一所幼儿园,春天到了,幼儿园要举办一场运动会!幼儿园里有 N 个小朋友,运动会里有 M 个项目可供选择,每个小朋...     Read more
Axell's avatar
Axell Jan 08, 2019

数字删除

【问题描述】小明最近在研究一个数字删除游戏,正要考考佳佳。游戏规则如下给定一个正整数,去掉其中若干个数字后剩下的数字按原左右次序将组成一个新的正整...     Read more
Axell's avatar
Axell Jan 08, 2019

加减序列

题目描述给定一个长度为 n(n≤10^5 ) 的数列 {a_1,a_2,…,a_n},每次可以选择一个区间 [l,r],使下标在这个区间内的数都加一或者都减一。     Read more
Axell's avatar
Axell Jan 07, 2019

平均值最大牛栏

题目描述有n个牛栏,从左到右连续一排,编号为1~n, 每个牛栏有一个高度ai。现在BSNY想从中找连续的一些牛栏,牛栏个数至少为L,他想知道,平均高度最大是多少。     Read more
Axell's avatar
Axell Jan 07, 2019

求幂累加和

题目描述给定3个整数A,K,P,求 $ (A^1 + A^2 + … + A^K) mod P $ 的结果     Read more
Axell's avatar
Axell Jan 06, 2019

优先队列

优先队列的头文件 && 声明首先,你需要 #includ...     Read more
Axell's avatar
Axell Oct 29, 2018

bitset模板

构造方式//构造函数1 #include <iostream> #include <bitset>//必须引入该头文件 usi...     Read more
Axell's avatar
Axell Oct 20, 2018

初赛-2

计算机发展历程 计算机采用的电子器件为:第一代是电子管,第二代是晶体管,第三代是中小规模集成电路,第四代是大规模,超大规模集成电路。     Read more
Axell's avatar
Axell Sep 24, 2018

初赛-1

初赛易错的题目 #include <iostream> using namespace std; ...     Read more
Axell's avatar
Axell Sep 20, 2018

机器人搬重物

机器人搬重物题目详情 需...     Read more
Axell's avatar
Axell Sep 08, 2018