当前位置:网站首页>【刷题篇】鹅厂文化衫问题
【刷题篇】鹅厂文化衫问题
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);
}
边栏推荐
- 后台系统发送验证码功能
- EDI许可证和ICP经营性证有什么区别
- 单商户 V4.4,初心未变,实力依旧!
- 英特尔第13代Raptor Lake处理器信息曝光:更多核心 更大缓存
- Li Kou today's question -729 My schedule I
- Starkware: to build ZK "universe"
- 利用GrayLog告警功能实现钉钉群机器人定时工作提醒
- Cartoon: what is MapReduce?
- 一键安装脚本实现快速部署GrayLog Server 4.2.10单机版
- Background system sending verification code function
猜你喜欢
开发中Boolean类型使用遇到的坑
项目中批量update
单商户 V4.4,初心未变,实力依旧!
The difference between abstract classes and interfaces
17. [stm32] use only three wires to drive LCD1602 LCD
Which keywords will conflict with the abstract keyword
ES6 drill down - Async functions and symbol types
Reduce the cost by 40%! Container practice of redis multi tenant cluster
项目sql中批量update的时候参数类型设置错误
新春限定丨“牛年忘烦”礼包等你来领~
随机推荐
记一次'非常诡异'的云安全组规则问题排查过程
vant popup+其他组件的组合使用,及避坑指南
清晰还原31年前现场,火山引擎超清修复Beyond经典演唱会
ES6深入—async 函数 与 Symbol 类型
Enterprise backup software Veritas NetBackup (NBU) 8.1.1 installation and deployment of server
一文带你吃透js处理树状结构数据的增删改查
[graduation season] as a sophomore majoring in planning, I have something to say
单商户 V4.4,初心未变,实力依旧!
【漏洞预警】CVE-2022-26134 Confluence 远程代码执行漏洞POC验证与修复过程
英特尔第13代Raptor Lake处理器信息曝光:更多核心 更大缓存
【网易云信】超分辨率技术在实时音视频领域的研究与实践
Reduce the cost by 40%! Container practice of redis multi tenant cluster
[echart] resize lodash 实现窗口缩放时图表自适应
新春限定丨“牛年忘烦”礼包等你来领~
[Netease Yunxin] research and practice of super-resolution technology in the field of real-time audio and video
Record a 'very strange' troubleshooting process of cloud security group rules
HiEngine:可媲美本地的云原生内存数据库引擎
践行自主可控3.0,真正开创中国人自己的开源事业
list去重并统计个数
移动办公时如何使用frp内网穿透+teamviewer方式快速连入家中内网主机