当前位置:网站首页>【刷題篇】鹅廠文化衫問題
【刷題篇】鹅廠文化衫問題
2022-07-05 16:31: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);
}
边栏推荐
- List de duplication and count the number
- [js] 技巧 简化if 判空
- 践行自主可控3.0,真正开创中国人自己的开源事业
- 漫画:什么是分布式事务?
- Seaborn绘制11个柱状图
- HiEngine:可媲美本地的云原生内存数据库引擎
- Is it safe for Guotai Junan to open an account online
- [深度学习][原创]让yolov6-0.1.0支持yolov5的txt读取数据集模式
- Using graylog alarm function to realize the regular work reminder of nail group robots
- Flet教程之 12 Stack 重叠组建图文混合 基础入门(教程含源码)
猜你喜欢
抽象类中子类与父类
怎样在电脑上设置路由器的WiFi密码
有序链表集合求交集 方法 总结
ES6深入—ES6 Generator 函数
The visual experience has been comprehensively upgraded, and Howell group and Intel Evo 3.0 have jointly accelerated the reform of the PC industry
ES6深入—async 函数 与 Symbol 类型
Parameter type setting error during batch update in project SQL
List de duplication and count the number
数据湖(十四):Spark与Iceberg整合查询操作
Migrate /home partition
随机推荐
极坐标扇图使用场景与功能详解
今日睡眠质量记录79分
【毕业季】作为一名大二计科在校生,我有话想说
【刷题篇】鹅厂文化衫问题
List de duplication and count the number
Spring Festival Limited "forget trouble in the year of the ox" gift bag waiting for you to pick it up~
移动办公时如何使用frp内网穿透+teamviewer方式快速连入家中内网主机
One click installation script enables rapid deployment of graylog server 4.2.10 stand-alone version
新春限定丨“牛年忘烦”礼包等你来领~
[es6] 模板字符串内添加if判断或添加三元运算符判断
践行自主可控3.0,真正开创中国人自己的开源事业
Use of set tag in SQL
Cartoon: what is MapReduce?
CISP-PTE之SQL注入(二次注入的应用)
【网易云信】超分辨率技术在实时音视频领域的研究与实践
ES6深入—ES6 Generator 函数
Win11提示无法安全下载软件怎么办?Win11无法安全下载软件
EDI许可证和ICP经营性证有什么区别
APICloud云调试解决方案
Obj resolves to a set