当前位置:网站首页>【刷题篇】鹅厂文化衫问题
【刷题篇】鹅厂文化衫问题
2022-07-05 15:55:00 【m0_60631323】
一、题目
企鹅厂活动发文化衫,文化衫有很多种,企鹅们都穿文化衫。采访中,企鹅会说还有多少企鹅跟他穿一种文化衫。有些企鹅没被采访到,将这些回答放在answers数组里,返回活动中企鹅的最少数
二、题解
2.1思路



2.2源码
源码:
public static int minPeople(int[] arr){
int x=arr[0];
int c=1;
int ans=0;
for (int i = 0; i < arr.length; i++) {
if(x!=arr[i]){
ans+=((c+x)/(x+1))*(x+1);
x=arr[i];
c=1;
}else {
c++;
}
}
return ans+((c+x)/(x+1))*(x+1);
}
边栏推荐
- Flet教程之 11 Row组件在水平数组中显示其子项的控件 基础入门(教程含源码)
- 普洛斯数据中心发布DC Brain系统,科技赋能智慧化运营管理
- Flet教程之 09 NavigationRail 基础入门(教程含源码)
- 效果编辑器新版上线!3D渲染、加标注、设置动画,这次一个编辑器就够了
- [echart] resize lodash 实现窗口缩放时图表自适应
- Use of set tag in SQL
- 英特尔第13代Raptor Lake处理器信息曝光:更多核心 更大缓存
- 19.[STM32]HC_ SR04 ultrasonic ranging_ Timer mode (OLED display)
- OneForAll安装使用
- 极坐标扇图使用场景与功能详解
猜你喜欢

List de duplication and count the number

Background system sending verification code function

Parameter type setting error during batch update in project SQL

Explain in detail the functions and underlying implementation logic of the groups sets statement in SQL

服务器的数据库连不上了2003,10060“Unknown error“【服务已起、防火墙已关、端口已开、netlent 端口不通】
![[deep learning] how does deep learning affect operations research?](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[deep learning] how does deep learning affect operations research?

Win11如何给应用换图标?Win11给应用换图标的方法

Seaborn draws 11 histograms

迁移/home分区

项目sql中批量update的时候参数类型设置错误
随机推荐
list去重并统计个数
Coding devsecops helps financial enterprises run out of digital acceleration
国泰君安网上开户安全吗
[deep learning] how does deep learning affect operations research?
开发中Boolean类型使用遇到的坑
Subclasses and superclasses of abstract classes
20. [stm32] realize the function of intelligent garbage can by using ultrasonic module and steering gear
求解汉诺塔问题【修改版】
一文带你吃透js处理树状结构数据的增删改查
Six common transaction solutions, you sing, I come on stage (no best, only better)
抽象类中子类与父类
CISP-PTE之SQL注入(二次注入的应用)
10 minutes to help you get ZABBIX monitoring platform alarm pushed to nail group
APICloud云调试解决方案
迁移/home分区
Solve the Hanoi Tower problem [modified version]
【网易云信】超分辨率技术在实时音视频领域的研究与实践
Record the pits encountered in the raspberry pie construction environment...
移动办公时如何使用frp内网穿透+teamviewer方式快速连入家中内网主机
StarkWare:欲构建ZK“宇宙”